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
- bytemuck implicit feature
-
Enables bytemuck
bytemuck:
A crate for mucking around with piles of bytes
- widestring implicit feature