Modulesยง
- debug_
impls ๐ - parsing ๐
- printing ๐
- value ๐
Macrosยง
- lit_
extra_ ๐traits
Structsยง
- A boolean literal:
true
orfalse
. - A byte literal:
b'f'
. - A byte string literal:
b"foo"
. - A nul-terminated C-string literal:
c"foo"
. - A character literal:
'a'
. - A floating point literal:
1f64
or1.0e10f64
. - LitFloat
Repr ๐ - An integer literal:
1
or1u16
. - LitInt
Repr ๐ - LitRepr ๐
- A UTF-8 string literal:
"foo"
.
Enumsยง
- A Rust literal such as a string or integer or boolean.