Macro hex_lit::hex

source ·
macro_rules! hex {
    ($hex:expr) => { ... };
}
Expand description

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.