Crate typed_sled[][src]

Expand description

Sled with Types instead of Bytes. This crate builds on top of sled and handles the (de)serialization of keys and values that are inserted into a sled::Tree for you. It hasn’t been tested extensively.

Some info about sled: sled is a high-performance embedded database with an API that is similar to a BTreeMap<[u8], [u8]>, but with several additional capabilities for assisting creators of stateful systems. It is fully thread-safe, and all operations are atomic.

Example

Re-exports

pub use sled;

Structs

Enums

Functions

Trait aliases