Cargo Features
[dependencies]
into-sorted = { version = "0.0.3", default-features = false, features = ["alloc"] }
- default = alloc
-
The
allocfeature is set by default wheneverinto-sortedis added withoutsomewhere in the dependency tree.default-features = false - alloc default
IntoSorted has 2 features without comments.