fedimint_core

Function format_hex

Source
pub fn format_hex(data: &[u8], f: &mut Formatter<'_>) -> Result
Expand description

Outputs hex into an object implementing fmt::Write.

Vendored from bitcoin_hashes v0.11.0: https://docs.rs/bitcoin_hashes/0.11.0/src/bitcoin_hashes/hex.rs.html#173-189