Skip to content

Commit c638b8d

Browse files
authored
Update lib.rs
1 parent 1bb4c68 commit c638b8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
// This source code is licensed under both the Apache 2.0 and MIT License
33
// (found in the LICENSE-* files in the repository)
44

5-
//! Fjall is an LSM-based embeddable key-value storage engine written in Rust. It features:
5+
//! Fjall is an log-structured embeddable key-value storage engine written in Rust. It features:
66
//!
77
//! - Thread-safe BTreeMap-like API
88
//! - 100% safe & stable Rust
9+
//! - LSM-tree-based storage similar to RocksDB
910
//! - Range & prefix searching with forward and reverse iteration
1011
//! - Cross-partition snapshots (MVCC)
1112
//! - Automatic background maintenance

0 commit comments

Comments
 (0)