Cargo Features
[dependencies]
hexhex = { version = "1.1.1", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverhexhex
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of hexhex_impl
hexhex has 2 features without comments.