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(any(feature = "std", feature = "alloc"))]
mod alloc;

#[cfg(feature = "heapless")]
mod heapless;