Expand description
Serde wire helpers backed by the Rings postcard codec.
Enums§
- Error
- Codec error returned by Rings wire helper functions.
Functions§
- deserialize
- Deserialize a serde value using the Rings wire encoding.
- deserialize_
enum_ variant - Read an enum variant index without deserializing its body.
- deserialize_
prefix - Deserialize one value from the start of
bytesand return the unconsumed suffix. - serialize
- Serialize a serde value using the Rings wire encoding.
- serialized_
size - Return the serialized size of a serde value using the default wire encoding.
Type Aliases§
- Result
- Codec result type.