Cargo Features
[dependencies]
pest_typed = { version = "0.16.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverpest_typed
is added without
somewhere in the dependency tree.default-features = false - std default
-
pest:
Implements
std::error::Error
for theError
type
pest_typed has 2 features without comments.