Module float
litrs
1.0.0
Module float
Module Items
Structs
Enums
Functions
In crate litrs
litrs
Module
float
Copy item path
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'
.