Cargo Features

[dependencies]
yamf-hash = { version = "0.1.2", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever yamf-hash is added without default-features = false somewhere in the dependency tree.

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