bincode
1.3.3
Module read
Module Items
Structs
Traits
In bincode::
de
bincode
::
de
Module
read
Copy item path
Source
Expand description
Specialized ways to read data into bincode.
Structs
§
IoReader
A BincodeRead implementation for
io::Read
ers
Slice
Reader
A BincodeRead implementation for byte slices
Traits
§
Bincode
Read
An optional Read trait for advanced Bincode usage.