Cargo Features
[dependencies]
shrimple-parser = { version = "0.0.4", default-features = false, features = ["std", "nightly"] }
- default = std
-
The
std
feature is set by default whenevershrimple-parser
is added without
somewhere in the dependency tree.default-features = false - std default
-
Affects
utils::WithSourceLine
,utils::PathLike.into_path
… - nightly
-
Affects
shrimple-parser::Parser.call
…