Module bytestr
litrs
1.0.0
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
.