macro_rules! hex { ($hex:expr) => { ... }; }
Creates a byte array const value from hex &str const value.
Accepts const &str as an input. Refer to the crate documentation to learn more.
&str