Cargo Features
[dependencies]
tiny-earley = { version = "0.1.0", default-features = false, features = ["debug", "rayon"] }
- default = debug
-
The
debug
feature is set by default whenevertiny-earley
is added without
somewhere in the dependency tree.default-features = false - debug default