Cargo Features
[dependencies]
hwatch-ansi-parser = { version = "0.9.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverhwatch-ansi-parser
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of nom ^4.2.3
hwatch-ansi-parser has 2 features without comments.