Module bytestr
litrs
0.4.1
Module bytestr
Module Items
Structs
Functions
In crate litrs
Modules
bool
byte
bytestr
char
err
escape
float
impls
integer
parse
sealed
string
Structs
ByteLit
ByteStringLit
CharLit
FloatLit
IntegerLit
InvalidToken
ParseError
StringLit
Enums
BoolLit
FloatType
IntegerBase
IntegerType
Literal
Traits
Buffer
FromIntegerLiteral
litrs
Module
bytestr
Copy item path
Settings
Help
Summary
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
.