Cargo Features
[dependencies]
human-panic = { version = "2.0.2", default-features = false, features = ["nightly", "color"] }
- default = color
-
The
color
feature is set by default wheneverhuman-panic
is added without
somewhere in the dependency tree.default-features = false - nightly
- color default
-
Affects
human-panic::print_msg
…