[][src]Module wallet_gen::hex_slice

Helper struct to easily create hex bytestrings from byte slices.

Structs

HexSlice

A wrapper around a &[u8] byte slice that implements various formatting traits, such as Display, LowerHex, and UpperHex so it can be conveniently used to format byte strings.