shodh-redb 0.5.0

Multi-modal embedded database - vectors, blobs, TTL, merge operators, and causal tracking built on ACID B-trees
Documentation
1
2
3
4
5
6
pub(crate) use hashbrown::HashMap;
pub(crate) use hashbrown::HashSet;
pub(crate) use spin::Mutex;
pub(crate) use spin::RwLock;
pub(crate) use spin::RwLockReadGuard;
pub(crate) use spin::RwLockWriteGuard;