feat: Add the "sse" feature flag to allow some RocksDB optimisations

This commit is contained in:
Clément Renault 2018-12-03 16:41:42 +01:00
parent 6c7a6c5219
commit a7f205005d
No known key found for this signature in database
GPG Key ID: 0151CDAB43460DAE

View File

@ -30,6 +30,10 @@ git = "https://github.com/pingcap/rust-rocksdb.git"
[dependencies.group-by]
git = "https://github.com/Kerollmops/group-by.git"
[features]
default = []
sse = ["rocksdb/sse"]
[dev-dependencies]
csv = "1.0"
elapsed = "0.1"