Cargo Features
[dependencies]
epicenter = { version = "0.1.0", default-features = false, features = ["async"] }
- default = async
-
The
asyncfeature is set by default wheneverepicenteris added withoutsomewhere in the dependency tree.default-features = false - async default
-
Affects
dispatchers::r#async…