Skip to main content

write_go_char

Function write_go_char 

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

writes the go-char-encoded form of input to out.

see for_go_char for encoding rules.