Cargo Features
[dependencies]
projecture = { version = "0.0.4", default-features = false, features = ["std", "nightly", "atomic", "macro_rules_attribute"] }
- default = std
-
The
std
feature is set by default wheneverprojecture
is added without
somewhere in the dependency tree.default-features = false - std default
- nightly
Features from optional dependencies
- atomic implicit feature
-
Enables atomic ^0.5.1
atomic:
Generic Atomic<T> wrapper type
Affects
projecture::atomic
… - macro_rules_attribute implicit feature
-
Enables macro_rules_attribute ^0.1
macro_rules_attribute:
Use declarative macros in attribute or derive position