Docs.rs
lexical-parse-float-0.8.5
lexical-parse-float 0.8.5
Docs.rs crate page
MIT/Apache-2.0
Links
Repository
crates.io
Source
Owners
Alexhuszagh
Dependencies
lexical-parse-integer ^0.8.5
normal
lexical-util ^0.8.5
normal
static_assertions ^1
normal
proptest ^0.10.1
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Result
In lexical_parse_float
?
Type Definition
lexical_parse_float
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
A specialized Result type for lexical operations.