Module bincode

Module bincode 

Source
Available on crate feature bincode only.
Expand description

Defines a FileFormat using the Bincode binary data format.

Re-exports§

pub extern crate bincode as original;

Structs§

Bincode
A FileFormat corresponding to the CBOR binary data format. Implemented using the ciborium crate, only compatible with types that implement Decode and Encode.
BincodeSerdebincode-serde
A FileFormat corresponding to the CBOR binary data format. Implemented using the ciborium crate, only compatible with types that implement Decode and Encode.

Enums§

BincodeError
An error that can occur while using Bincode.

Type Aliases§

CompressedBincodecompression
A shortcut type to a Compressed Bincode. Provides a single parameter for compression format.
CompressedBincodeSerdecompression and bincode-serde
A shortcut type to a Compressed BincodeSerde. Provides a single parameter for compression format.