kivis 0.5.3

Type-safe database schema generation for Rust with support for custom storage backends, automatic indexing, and layered cache architectures
Documentation
1
2
3
4
5
#[cfg(feature = "sled")]
mod sled;

#[cfg(feature = "sled")]
pub use sled::*;