Module utils

Module utils 

Source

Structs§

BinCodec
A binary codec that uses AsRef<[u8]> and From<Vec<u8>> to encode and decode respectively.
JsonCodec
A JSON codec that uses serde_json to encode/decode as a JSON string
NullCodec
A Null codec that can be used for paths that are only meant to be set/reset and do not hold any typed value.
ProtobufCodec
A Protobuf codec that uses prost to encode/decode

Traits§

Async
Codec
A trait that defines how types are decoded/encoded.
SharedRwExt

Type Aliases§

SharedRw