1
Fork 0
mirror of https://github.com/RGBCube/cstree synced 2025-07-29 18:17:44 +00:00

refactor re-exports of lasso interning components and expose interned string keys

This commit is contained in:
Domenic Quirl 2021-09-17 16:37:15 +02:00
parent e7ab5ad987
commit 2aaf4169da
8 changed files with 184 additions and 37 deletions

View file

@ -15,7 +15,7 @@ readme = "README.md"
debug = true
[dependencies]
lasso = { version = "0.6", features = ["inline-more"] }
lasso = { version = "0.6", features = ["inline-more", "multi-threaded"] }
text-size = "1.1.0"
fxhash = "0.2.1"
parking_lot = "0.11.2"
@ -41,8 +41,8 @@ name = "main"
harness = false
[features]
default = []
serde1 = ["serde"]
default = []
serialize = ["serde", "lasso/serialize"]
[package.metadata.docs.rs]
features = ["serde1"]
features = ["serialize"]