Expand description
Helper code for character escaping.
Structs
- An iterator over an fixed-size array.
Constants
Functions
- Escapes a byte into provided buffer; returns length of escaped representation.
- Escapes a character into provided buffer using
\u{NNNN}
representation.