Cargo Features
[dependencies]
bytecheck_test = { version = "0.6.5", default-features = false, features = ["std", "verbose"] }
- default = std
-
The
std
feature is set by default wheneverbytecheck_test
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of bytecheck ^0.6
- verbose
-
Enables verbose of bytecheck ^0.6
bytecheck_test has 3 features without comments.