New Rust library TurboKV offers async embedded key-value storage
TurboKV is a newly released open-source embedded key-value database written in Rust, designed for asynchronous use with Tokio. It supports atomic write batches, ordered range and prefix scans, configurable durability levels, compression, and background compaction, and can be added to a project via Cargo.