Cargo Features
[dependencies]
maybe-atomic = { version = "0.1.0", default-features = false, features = ["atomic"] }
- default = atomic
-
The
atomic
feature is set by default whenevermaybe-atomic
is added without
somewhere in the dependency tree.default-features = false - atomic default
maybe-atomic has 2 features without comments.