feat: Make the OpBuilder work only for PositiveBlob

This commit is contained in:
Clément Renault
2018-11-28 17:12:24 +01:00
parent 9b58ffe2d9
commit 612a8d9d44
24 changed files with 658 additions and 1373 deletions

View File

@ -8,13 +8,13 @@ authors = ["Kerollmops <renault.cle@gmail.com>"]
bincode = "1.0"
byteorder = "1.2"
fnv = "1.0"
itertools = "0.7"
lazy_static = "1.1"
linked-hash-map = { version = "0.5", features = ["serde_impl"] }
sdset = "0.3"
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"