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

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