feat: Introduce a working key-value based database

This commit is contained in:
Clément Renault
2018-11-22 15:44:51 +01:00
parent 86f23d2695
commit 66dac923bf
10 changed files with 217 additions and 94 deletions

View File

@ -15,6 +15,7 @@ sdset = "0.2"
serde = "1.0"
serde_derive = "1.0"
unidecode = "0.3"
uuid = { version = "0.7", features = ["serde", "v4"] }
[dependencies.fst]
git = "https://github.com/Kerollmops/fst.git"