Cargo Features
[dependencies]
abistr = { version = "0.2.0-rc3", default-features = false, features = ["std", "bytemuck", "widestring"] }
- default = std
-
The
std
feature is set by default wheneverabistr
is added without
somewhere in the dependency tree.default-features = false - std default
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features.
- bytemuck implicit feature
- widestring implicit feature