Cargo Features
[dependencies]
allsorts-rental = { version = "0.5.6", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
std
feature is set by default wheneverallsorts-rental
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of stable_deref_trait
- alloc
-
Enables alloc of stable_deref_trait
allsorts-rental has 3 features without comments.