Modules§
Constants§
Traits§
- Canonical
Deserialize - Deserializer in little endian format.
This trait can be derived if all fields of a struct implement
CanonicalDeserialize
and thederive
feature is enabled. - Canonical
Serialize - Serializer in little endian format.
This trait can be derived if all fields of a struct implement
CanonicalSerialize
and thederive
feature is enabled.
Functions§
- from_
bytes - Deserialize this from a slice of bytes.
- to_
bytes - Serialize this to a vector of bytes.