Module float
litrs
0.4.1
Module float
Module Items
Structs
Enums
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
float
Copy item path
Settings
Help
Summary
Source
Structs
§
Float
Lit
A floating point literal, e.g.
3.14
,
8.
,
135e12
, or
1.956e2f64
.
Enums
§
Float
Type
All possible float type suffixes.
Functions
§
parse_
impl
🔒
Precondition: first byte of string has to be in
b'0'..=b'9'
.