Module regex_syntax::debug
source ยท Structsยง
- Byte ๐A type that wraps a single byte with a convenient fmt::Debug impl that escapes the byte.
- Bytes ๐A type that provides a human readable debug impl for arbitrary bytes.
Functionsยง
- utf8_decode ๐Decodes the next UTF-8 encoded codepoint from the given byte slice.