Cargo Features
[dependencies]
interprocess-traits = { version = "0.1.1", default-features = false, features = ["std", "experimental-auto-traits"] }
- default = std
-
The
std
feature is set by default wheneverinterprocess-traits
is added without
somewhere in the dependency tree.default-features = false - std default
- experimental-auto-traits
interprocess-traits has 3 features without comments.