modular-bitfield 0.9.0

Allows to easily define bitfield types with modular building blocks.
Documentation
// Useful for experimentation while developing the crate.
//
// Use
//
// ```
// cargo expand --bin workshop
// ```
//
// To view the expanded code.
//
// Or
//
// ```
// cargo run --bin workshop
// ```
//
// To run and test the assertions in its main function.

fn main() {}