Skip to main content

Crate sled_ext

Crate sled_ext 

Source

Structs§

KvDb
KvDbConfig

Traits§

Decode
Trait that makes a type able to be decoded, akin to serde’s DeserializeOwned trait.
Encode
Any source that can be encoded. This trait should be implemented for all types that you want to be able to use with any of the encode_with methods.
ISledExt

Functions§

def_ttl_cleanup
set_expire_event

Derive Macros§

Decode
Encode