Expand description
Bincode encode/decode helpers.
Functionsยง
- bincode_
config ๐ - decode
- Decode a given type
Tfrom the given slice. Returns the decoded value along with the number of bytes read. - encode
- Encode the given type
Tinto aVec<u8>.
Bincode encode/decode helpers.
T from the given slice. Returns the decoded value
along with the number of bytes read.T into a Vec<u8>.