Cargo Features
[dependencies]
maybe_xml = { version = "0.11.0", default-features = false, features = ["std", "alloc", "internal_unstable"] }
- default = std
-
The
std
feature is set by default whenevermaybe_xml
is added without
somewhere in the dependency tree.default-features = false - std default
- alloc
- internal_unstable
-
Exposing internal and unstable APIs