Macro reader_from_bytes

Source
macro_rules! reader_from_bytes {
    ($b : expr) => { ... };
}
Expand description

Take some bytes and create a [BufRead]