Cargo Features

[dependencies]
eure-document = { version = "0.1.7", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever eure-document is added without default-features = false somewhere in the dependency tree.

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.