Cargo Features
[dependencies]
yamf-hash = { version = "0.1.2", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneveryamf-hash
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of hex, snafu ^0.6.10, and varu64 ^0.6.2
snafu:
Implement the
std::error::Error
trait.Affects
util::hex_serde
…