Re-exportsยง
pub use self::keyval::KeyVal;pub use self::keyval::Slice;pub use self::keyval::serialize_key;pub use self::keyval::serialize_val;
Modulesยง
- compact
- cork ๐
- de ๐
- deserialized ๐
- engine ๐
- handle ๐
- keyval
- map ๐
- maps
- pool ๐
- ser ๐
- stream ๐
- util ๐
Structsยง
- Cbor
- Newtype for CBOR serialization.
- Database
- Handle
- Ignore
- Directive to ignore a record. This type can be used to skip deserialization until the next separator is found.
- Ignore
All - Directive to ignore all remaining records. This can be used in a sequence to ignore the rest of the sequence.
- Interfix
- Directive to force separator serialization specifically for prefix keying use. This is a quirk of the database schema and prefix iterations.
- Json
- Newtype for JSON serialization.
- Map
- Separator
- Directive to force separator serialization. Separators are usually serialized automatically.
Constantsยง
- SEP
- Record separator; an intentionally invalid-utf8 byte.
Staticsยง
Traitsยง
Functionsยง
- _set_
rustc_ ๐flags - _unset_
rustc_ ๐flags - serialize
- Serialize T into Writer W
- serialize_
to - serialize_
to_ vec