Structs§
- BinCodec
- A binary codec that uses
AsRef<[u8]>andFrom<Vec<u8>>to encode and decode respectively. - Json
Codec - A JSON codec that uses
serde_jsonto encode/decode as a JSON string - Null
Codec - A Null codec that can be used for paths that are only meant to be set/reset and do not hold any typed value.
- Protobuf
Codec - A Protobuf codec that uses
prostto encode/decode
Traits§
- Async
- Codec
- A trait that defines how types are decoded/encoded.
- Shared
RwExt