test out better debugging

This commit is contained in:
nora 2022-04-23 17:03:17 +02:00
parent 6a8eb89381
commit 5f9ca90fd5
13 changed files with 422 additions and 145 deletions

View file

@ -7,14 +7,13 @@ edition = "2021"
[dependencies]
bumpalo = { version = "3.8.0", features = ["collections"] }
dbg-pls = { version = "0.2.2", features = ["colors", "derive"], optional = true }
rustc-hash = { version = "1.1.0", optional = true }
debug2 = { version = "0.1.0", optional = true }
[features]
fxhash = ["rustc-hash"]
_debug = ["debug2"]
_debug = ["dbg-pls"]
# todo: we don't actually want this as a default feature
default = ["_debug", "fxhash"]