Module bit_manager::data
[−]
[src]
Provides methods for reading and writing data both directly
(using BitStore) and indirectly
(using BitConvert).
Structs
| BitMask |
A struct that allows the reading and writing of non-bit-length numbers |
Enums
| StringConverter |
An enum that allows the reading and writing of strings using various methods |
Traits
| BitConvert |
A trait for a converter that allows the reading and writing of types though a converter |
| BitStore |
A trait for storing a value directly |