A rust implementation of a key-value store that uses [Log Structured Merge Trees](https://en.wikipedia.org/wiki/Log-structured_merge-tree#:~:text=In%20computer%20science%2C%20the%20log,%2C%20maintain%20key%2Dvalue%20pairs.).
and leverages a [Write-Ahead log](https://en.wikipedia.org/wiki/Write-ahead_logging) WAL for data recovery.
```
[dependencies]
lsm_engine = "0.10"
```
https://crates.io/crates/lsm_engine