Cargo Features
[dependencies]
hex-noalloc = { version = "0.3.2-post1", default-features = false, features = ["std", "benchmarks"] }
- default = std
-
The
std
feature is set by default wheneverhex-noalloc
is added without
somewhere in the dependency tree.default-features = false - std default
-
Affects
hex-noalloc::encode
,hex-noalloc::encode_upper
,hex-noalloc::decode
… - benchmarks