Cargo Features
[dependencies]
bytecheck = { version = "0.8.0", default-features = false, features = ["simdutf8", "uuid-1"] }
- default = simdutf8
-
The
simdutf8
feature is set by default wheneverbytecheck
is added without
somewhere in the dependency tree.default-features = false
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- simdutf8 default
- uuid-1 implicit feature
-
Enables uuid
Support for various common crates. These are primarily to get users off the ground and build some momentum.
These are NOT PLANNED to remain in bytecheck for the 1.0 release. Much like serde, these implementations should be moved into their respective crates over time. Before adding support for another crate, please consider getting bytecheck support in the crate instead.