litrs
0.4.1
Module bytestr
Module Items
Structs
Functions
In crate litrs
litrs
Module
bytestr
Copy item path
source
Structs
§
Byte
String
Lit
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
.