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
FileFormatcorresponding to the CBOR binary data format. Implemented using theciboriumcrate, only compatible with types that implementDecodeandEncode. - Bincode
Serde bincode-serde - A
FileFormatcorresponding to the CBOR binary data format. Implemented using theciboriumcrate, only compatible with types that implementDecodeandEncode.
Enums§
- Bincode
Error - An error that can occur while using
Bincode.
Type Aliases§
- Compressed
Bincode compression - A shortcut type to a
CompressedBincode. Provides a single parameter for compression format. - Compressed
Bincode Serde compressionandbincode-serde - A shortcut type to a
CompressedBincodeSerde. Provides a single parameter for compression format.