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
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
stdint
1.0.0
stdint
Type Alias
size_t
Copy item path
Source
pub type size_t =
usize
;
Expand description
The unsigned integer type of the result of the
sizeof
operator.