feat: Expose the sled compression setting

This commit is contained in:
Clément Renault
2019-05-20 14:41:15 +02:00
parent 349f0f7068
commit 2e79b2a871
2 changed files with 16 additions and 0 deletions

View File

@ -28,5 +28,9 @@ rev = "40b3d48"
git = "https://github.com/Kerollmops/fst.git"
branch = "arc-byte-slice"
[features]
default = []
compression = ["sled/compression"]
[dev-dependencies]
tempfile = "3.0.7"