Crate bitfield_macros

Crate bitfield_macros 

Source

Macrosยง

bitfield_constructor
Implements an exhaustive constructor function for a bitfield. Should only be called by bitfield! when using impl new;
bitfield_debug
Generates a fmt::Debug implementation.
bitfield_fields
Declares the fields of a struct.