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 default-features = false somewhere in the dependency tree.

std default = alloc

Enables std of vsimd

alloc std

Enables alloc of vsimd

Affects hex-simd::encode_to_string, hex-simd::decode_to_vec

detect default

Enables detect of vsimd

unstable

Enables unstable of vsimd