Cargo Features
[dependencies]
hex-simd = { version = "0.8.0", default-features = false, features = ["std", "alloc", "detect", "unstable"] }
- default = detect, std
-
These default features are set whenever
hex-simd
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
-
Affects
hex-simd::encode_to_string
,hex-simd::decode_to_vec
… - detect default
- unstable