Cargo Features
[dependencies]
replace_with = { version = "0.1.7", default-features = false, features = ["std", "nightly", "panic_abort"] }
- default = std
-
The
std
feature is set by default wheneverreplace_with
is added without
somewhere in the dependency tree.default-features = false - std default
-
Affects
replace_with::replace_with_or_abort
,replace_with::replace_with_or_abort_and_return
,replace_with::replace_with_or_abort_and_return_unchecked
… - nightly
-
Affects
replace_with::replace_with_or_abort
,replace_with::replace_with_or_abort_and_return
… - panic_abort
-
Affects
replace_with::replace_with_or_abort_unchecked
,replace_with::replace_with_or_abort_and_return_unchecked
…