Cargo Features
[dependencies]
into-static = { version = "0.5.0", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
stdfeature is set by default wheneverinto-staticis added withoutsomewhere in the dependency tree.default-features = false - std default
- alloc
IntoStatic has 3 features without comments.