Cargo Features
[dependencies]
hex-conservative = { version = "0.3.0", default-features = false, features = ["std", "alloc", "serde"] }
- default = std
-
The
std
feature is set by default wheneverhex-conservative
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
-
Affects
display::DisplayHex.to_lower_hex_string
,display::DisplayHex.to_upper_hex_string
,display::DisplayHex.to_hex_string
,display::DisplayHex.append_hex_to_string
…