Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 authored May 9, 2024
1 parent 7593ef2 commit b12e636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Generic value log implementation for key-value separated storage.
//!
//! > This crate is intended as a building block for key-value separated LSM storage.
//! > This crate is intended as a building block for key-value separated storage.
//! > You probably want to use <https://github.com/fjall-rs/fjall> instead.
//!
//! The value log's contents are split into segments, each segment holds a sorted
Expand Down

0 comments on commit b12e636

Please sign in to comment.