Skip to main content

Module util

Module util 

Source
Expand description

Bincode encode/decode helpers.

Functionsยง

bincode_config ๐Ÿ”’
decode
Decode a given type T from the given slice. Returns the decoded value along with the number of bytes read.
encode
Encode the given type T into a Vec<u8>.