Docs.rs
proc-bitfield-0.2.3
proc-bitfield 0.2.3
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
bigbass1997
kelpsyberry
Dependencies
proc-bitfield-macros ^0.2.2
normal
static_assertions ^1.1
normal
Versions
12%
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
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Module support
Structs
?
Module
proc_bitfield
::
example
::
support
source
·
[
−
]
Structs
NonZeroU8
Wrapper around
NonZeroU8
to implement conversion traits on a foreign type.
SpuriouslyFailingU8
Wrapper around
u8
with fallible and unsafe conversion options both ways.
U8WithParity
Wrapper around
u8
with infallible conversions both ways.
U16
Wrapper around
u16
to implement conversion traits on a foreign type.