We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb4c68 commit c638b8dCopy full SHA for c638b8d
src/lib.rs
@@ -2,10 +2,11 @@
2
// This source code is licensed under both the Apache 2.0 and MIT License
3
// (found in the LICENSE-* files in the repository)
4
5
-//! Fjall is an LSM-based embeddable key-value storage engine written in Rust. It features:
+//! Fjall is an log-structured embeddable key-value storage engine written in Rust. It features:
6
//!
7
//! - Thread-safe BTreeMap-like API
8
//! - 100% safe & stable Rust
9
+//! - LSM-tree-based storage similar to RocksDB
10
//! - Range & prefix searching with forward and reverse iteration
11
//! - Cross-partition snapshots (MVCC)
12
//! - Automatic background maintenance
0 commit comments