hexbytes-0.1.0 doesn't have any documentation.
Byte array literals
This crate provides the hb!
macro for creating fixed size byte arrays
at compile time from hexadecimal byte literals.
extern crate hexbytes;
use hb;
This crate provides the hb!
macro for creating fixed size byte arrays
at compile time from hexadecimal byte literals.
extern crate hexbytes;
use hb;