Docs.rs
stdint-1.0.0
stdint 1.0.0
Permalink
Docs.rs crate page
BSD-2-Clause
Links
Homepage
Repository
crates.io
Source
Owners
sunsided
Dependencies
bindgen ^0.69.4
build
Versions
98.65%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
stdint
1.0.0
stdint
Type Alias
uint8_t
Copy item path
Source
pub type uint8_t =
u8
;
Expand description
Unsigned integer type with width of exactly 8 bits.