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 whenever replace_with is added without default-features = false somewhere in the dependency tree.

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