Cargo Features
[dependencies]
thhp = { version = "0.2.0", default-features = false, features = ["std", "thhp_simd", "arrayvec"] }
- default = std
-
The
std
feature is set by default wheneverthhp
is added without
somewhere in the dependency tree.default-features = false - std default
- thhp_simd
Features from optional dependencies
- arrayvec implicit feature
-
Enables arrayvec ^0.4