Docs.rs
modular-bitfield-0.11.2
modular-bitfield 0.11.2
Permalink
Docs.rs crate page
MIT/Apache-2.0
Links
Repository
crates.io
Source
Owners
Robbepop
Dependencies
modular-bitfield-impl ^0.11.2
normal
static_assertions ^1.1
normal
bitfield ^0.13
dev
criterion ^0.3
dev
trybuild ^1.0
dev
Versions
99.3%
of the crate is documented
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
modular_
bitfield
0.11.2
Module error
Module Items
Structs
In crate modular_
bitfield
modular_bitfield
Module
error
Copy item path
Source
Expand description
Errors that can occure while operating on modular bitfields.
Structs
ยง
Invalid
BitPattern
The bitfield contained an invalid bit pattern.
OutOf
Bounds
The given value was out of range for the bitfield.