Cargo Features
[dependencies]
sorted-insert = { version = "0.2.3", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneversorted-insert
is added without
somewhere in the dependency tree.default-features = false - std default
SortedInsert has 2 features without comments.