Macro test_hex_unwrap
macro_rules! test_hex_unwrap {
($hex:expr) => { ... };
}
Expand description
Quick and dirty macro for parsing hex in tests.
For improved ergonomics import with: use hex_conservative::test_hex_unwrap as hex;
macro_rules! test_hex_unwrap {
($hex:expr) => { ... };
}
Quick and dirty macro for parsing hex in tests.
For improved ergonomics import with: use hex_conservative::test_hex_unwrap as hex;