Skip to main content

write_rust_byte_string

Function write_rust_byte_string 

Source
pub fn write_rust_byte_string<W: Write>(out: &mut W, input: &str) -> Result
Expand description

writes the rust-byte-string-encoded form of input to out.

see for_rust_byte_string for encoding rules.