macro_rules! write_bytes {
($w:ident, $s:ident) => { ... };
}Expand description
Write a byte string, including leading and trailing quotes.
This maps all non-ASCII u8s to \xXX.
macro_rules! write_bytes {
($w:ident, $s:ident) => { ... };
}Write a byte string, including leading and trailing quotes.
This maps all non-ASCII u8s to \xXX.