Expand description
Crate meant to provide easy to use bitsets, with some out of the box functionality.
Enable feature "serde"
to enable serde::Serialize
and serde::Deserialize
for most applicable types.
Modulesยง
- bit
- Module containing
Bit
enum as well asBitRef
andBitMut
smart pointers. - bitset
- Module containing
Bitset
. - bitset8
- Module containing
Bitset8
. - bitset16
- Module containing
Bitset16
. - bitset32
- Module containing
Bitset32
. - bitset64
- Module containing
Bitset64
. - bitset128
- Module containing
Bitset128
. - byteset
- Module containing
Byteset
. - error
- Module containing
ConvError
andConvTarget
. - index
- Module containing
Index
. - prelude
- Prelude.
- safety_
markers - Module containing size safety markers for compile time checks on some methods.