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 whenever hex-noalloc is added without default-features = false somewhere in the dependency tree.

std default

Affects hex-noalloc::encode, hex-noalloc::encode_upper, hex-noalloc::decode

benchmarks