Macro assert_bytes_eq

Source
macro_rules! assert_bytes_eq {
    ($left:expr, $right:expr) => { ... };
}
Expand description

assert_eq two Vec<u8> with human-readable format.