Cargo Features
[dependencies]
resplus-impl = { version = "0.1.2", default-features = false, features = ["full", "async"] }
- default = async
-
The
async
feature is set by default wheneverresplus-impl
is added without
somewhere in the dependency tree.default-features = false - full = async
- async default full?
-
Enables async-trait
resplus-impl has 3 features without comments.