Structs§
- A codec that relies on
bincodeadnserdeto encode data in the bincode format. - A binary codec that uses rust own binary encoding functions to encode and decode data. This can be used if you want to encode only primitives and don’t want to rely on third party crates like
bincodeorrmp-serde. If you have more complex data check out [BincodeSerdeCodec] or [MsgpackSerdeCodec]. - A codec that relies on
rmp-serdeto encode data in the msgpack format. - A codec for storing ProtoBuf messages that relies on
prostto parse. - A codec that relies on
rkyvto encode data in the msgpack format.