bincode
1.3.3
Module read
Structs
Traits
In bincode::de
Module
bincode
::
de
::
read
Copy item path
source
·
[
−
]
Expand description
Specialized ways to read data into bincode.
Structs
§
IoReader
A BincodeRead implementation for
io::Read
ers
SliceReader
A BincodeRead implementation for byte slices
Traits
§
BincodeRead
An optional Read trait for advanced Bincode usage.