Cargo Features
[dependencies]
eure-document = { version = "0.1.7", default-features = false, features = ["std"] }
- default = std
-
The
stdfeature is set by default whenevereure-documentis added withoutsomewhere in the dependency tree.default-features = false - std default
-
Enables std of indexmap and perf of regex
regex:
PERFORMANCE FEATURES
Enables all default performance features. Note that this specifically does not include perf-dfa-full, because it leads to higher compile times and bigger binaries, and the runtime performance improvement is not obviously worth it.
EureDocument has 2 features without comments.