Module de

Module de 

Source

Modules§

deserializer 🔒
flavors
Deserialization Flavors

Functions§

from_bytes
Deserialize a message of type T from a byte slice. The unused portion (if any) of the byte slice is not returned.
from_bytes_cobs
Deserialize a message of type T from a cobs-encoded byte slice.
from_io
Deserialize a message of type T from a std::io::Read.
take_from_bytes
Deserialize a message of type T from a byte slice. The unused portion (if any) of the byte slice is returned for further usage
take_from_bytes_cobs
Deserialize a message of type T from a cobs-encoded byte slice.