Cargo Features
[dependencies]
xsl-rs = { version = "0.1.0", default-features = false, features = ["std", "allocator-api2"] }
- default = allocator-api2
-
The
allocator-api2
feature is set by default wheneverxsl-rs
is added without
somewhere in the dependency tree.default-features = false - std
- allocator-api2 default
-
Enables allocator-api2
xsl-rs has 3 features without comments.