Module codee::binary

source ·

Structs§

  • A codec that relies on bincode adn serde to 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 bincode or rmp-serde. If you have more complex data check out [BincodeSerdeCodec] or [MsgpackSerdeCodec].
  • A codec that relies on rmp-serde to encode data in the msgpack format.
  • A codec for storing ProtoBuf messages that relies on prost to parse.
  • A codec that relies on rkyv to encode data in the msgpack format.

Enums§