more function things

This commit is contained in:
nora 2022-01-16 19:58:52 +01:00
parent e15967e24c
commit ff6b4703ab
11 changed files with 77 additions and 55 deletions

View file

@ -7,16 +7,17 @@ edition = "2021"
[dependencies]
bumpalo = { version = "3.8.0", features = ["collections"] }
debug2 = { version = "0.1.0", optional = true }
rustc-hash = { version = "1.1.0", optional = true }
debug2 = { version = "0.1.0", optional = true }
[features]
fxhash = ["rustc-hash"]
pretty = ["debug2"]
_debug = ["debug2"]
# todo: we don't actually want this as a default feature
default = ["pretty"]
default = ["_debug"]
[dev-dependencies]
insta = "1.9.0"