We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option<T>
Result<V, E>
Cell<T>
RefCell<T>
Duration
Range<T>
RangeInclusive<T>
Bound<T>
NonZero*
Box<T>
Box<[T]>
Box<str>
Cow<'a, T>
Rc<T>
Arc<T>
BTreeMap<K, V>
BTreeSet<T>
BinaryHeap<T>
HashMap<K, V>
HashSet<T>
VecDeque<T>
Vec<T>
CString
Box<CStr>
&CStr
Mutex
RwLock
SystemTime
Path
PathBuf
IpAddr
Ipv4Addr
Ipv6Addr
SocketAddr
SocketAddrV4
SocketAddrV6
&mut [u8]
&[u8]
Vec<u8>
std::io::Write
std::io::Read
serde::ser::Serialize
serde::de::Deserialize
(Work is being done in the feature/deserde branch)
The text was updated successfully, but these errors were encountered:
Updated Encodeable/Decodeable list based on https://docs.rs/serde/1.0.130/serde/de/index.html#implementations-of-deserialize-provided-by-serde
Sorry, something went wrong.
Not going to support OsStr and OsString for now, serde does some dirty internal hacks and I'm not sure how many people use it https://github.com/serde-rs/serde/blob/72060b779a6411800f0e7052898133539b6b4713/serde/src/de/impls.rs#L1610-L1677
OsStr
OsString
Bincode 2.0-alpha.0 is released!
https://docs.rs/bincode/2.0.0-alpha.0/bincode
No branches or pull requests
Option<T>
,Result<V, E>
,Cell<T>
,RefCell<T>
Duration
,Range<T>
,RangeInclusive<T>
,Bound<T>
,NonZero*
Box<T>
,Box<[T]>
,Box<str>
,Cow<'a, T>
,Rc<T>
,Arc<T>
BTreeMap<K, V>
,BTreeSet<T>
,BinaryHeap<T>
,HashMap<K, V>
,HashSet<T>
,VecDeque<T>
,Vec<T>
CString
,Box<CStr>
,&CStr
Mutex
,RwLock
,SystemTime
,Path
,PathBuf
IpAddr
,Ipv4Addr
,Ipv6Addr
,SocketAddr
,SocketAddrV4
,SocketAddrV6
&mut [u8]
/&[u8]
Vec<u8>
/ -std::io::Write
/std::io::Read
serde::ser::Serialize
/serde::de::Deserialize
(Work is being done in the feature/deserde branch)
The text was updated successfully, but these errors were encountered: