Skip to content

Commit 86d8253

Browse files
committed
fix(docs): update features to newest changes
1 parent a571788 commit 86d8253

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,12 @@ It is advisable to use another solution if you have the option!
3838
- Easily accessible value metadata
3939
- Optimized for cache `HIT`s
4040
- Easy error handling
41+
- `bytes` crate support (non-optional)
4142

4243
### Planned Features
4344

4445
- Toggleable in-memory LRU cache
45-
- `bytes` crate support (planned non-optional)
4646
- Optional tracking of last-access timestamps
47-
- Removal of entries
4847
- Included cache eviction (LRU/FIFO)
4948
- Built-in cache integrity checks
5049

src/lib.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@
1313
//!
1414
//! - Asynchronous APIs
1515
//! - Fast and reliable reading/writing
16-
//! - Tuned for large-file-storage solutions
16+
//! - Tuned for large-file databases
1717
//! - Easily accessible value metadata
18-
//! - Optimized for higher read ratio
18+
//! - Optimized for cache `HIT`s
1919
//! - Easy error handling
20+
//! - `bytes` crate support (non-optional)
2021
//!
2122
//! ## Database and Meta-database
2223
//!

0 commit comments

Comments
 (0)