Modules§
- sealed 🔒
Macros§
Structs§
- Integer
Lit - An integer literal, e.g.
27,0x7F,0b101010u8or5_000_000i64.
Enums§
- Integer
Base - The bases in which an integer can be specified.
- Integer
Type - All possible integer type suffixes.
Traits§
- From
Integer Literal - Integer literal types. Implementation detail.
Functions§
- parse_
impl 🔒 - Precondition: first byte of string has to be in
b'0'..=b'9'.