Skip to main content

write_go_byte_string

Function write_go_byte_string 

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

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

see for_go_byte_string for encoding rules.