lsm_engine 0.1.1

A rust implementation of a key-value store using LSM trees
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# lsm_engine
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.



### Install 

```
[dependencies]
lsm_engine = "0.10"
```

### Docs 
https://crates.io/crates/lsm_engine