pub fn encode_to_boxed_str(src: &[u8], case: AsciiCase) -> Box<str>
Expand description

Encodes src and returns Box<str>.

Panics

This function panics if:

  • The encoded length of src is greater than isize::MAX.