Cargo Features
[dependencies]
rsbinder-aidl = { version = "0.2.4", default-features = false, features = ["sync", "async"] }
- default = async
-
The
async
feature is set by default wheneverrsbinder-aidl
is added without
somewhere in the dependency tree.default-features = false - sync
- async default
rsbinder-aidl has 3 features without comments.