encode_char_to

Function encode_char_to 

Source
pub const fn encode_char_to(
    char: &char,
    buf: &mut [u8],
) -> Result<usize, EncodeError>
Expand description

Encodes a char value into LEB128 variable length format, and writes it to the buffer.