Docs.rs
lexical-util-0.8.5
lexical-util 0.8.5
Docs.rs crate page
MIT/Apache-2.0
Links
Repository
crates.io
Source
Owners
Alexhuszagh
Dependencies
static_assertions ^1
normal
proptest ^0.10.1
dev
Versions
77.03%
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
☰
OptionU8
In lexical_util::format
?
Type Definition
lexical_util
::
format
::
OptionU8
source
·
[
−
]
pub type OptionU8 =
Option
<
NonZeroU8
>;
Expand description
Type with the exact same size as a
u8
.