Module bytestr

Module bytestr 

Source

Structs§

ByteStringLit
A byte string or raw byte string literal, e.g. b"hello" or br#"abc"def"#.

Functions§

parse_impl 🔒
Precondition: input has to start with either b" or br.