Cargo Features
[dependencies]
shrimple-parser = { version = "0.0.13", default-features = false, features = ["std", "nightly", "either", "proc-macro2"] }
- 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::PathLike.into_path
… - nightly
-
Affects
shrimple-parser::Parser.call
… - either
-
Enables either
- proc-macro2
-
Enables proc-macro2
Affects
loc::LineColumnToLocationError
…