feat: Introduce RocksDB in this project

in order to save fields of the products
This commit is contained in:
Clément Renault
2018-07-06 21:26:07 +02:00
parent b9a4be10c6
commit d6e113c683
6 changed files with 354 additions and 23 deletions

View File

@ -14,6 +14,9 @@ elapsed = "0.1"
git = "https://github.com/Kerollmops/fst.git"
branch = "op-builder-with-state"
[dependencies.rocksdb]
git = "https://github.com/pingcap/rust-rocksdb.git"
[profile.release]
lto = true
debug = true