Cargo Features
[dependencies]
pest_typed = { version = "0.17.2", 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
-
Enables std of pest ^2.7.10, <2.7.15
pest:
Implements
std::error::Error
for theError
type
pest_typed has 2 features without comments.