Cargo Features
Zagreus has no features set by default.
[dependencies]
zagreus = { version = "0.1.1", features = ["nightly_can_backoff"] }
- nightly_can_backoff
-
This feature is highly risky for library crates.
this feature enables an auto-trait which can makes for extremely volatile semver hazards.
This requires nightly rust and very likely always will. Take care not to use this feature in library crates.