A proc-macro for generating a struct which can be overlaid. See the documentation for usage and examples.
Usage
This will create a wrapper struct around an array of bytes, with generated getters and setters for each "field", accessing the bytes/bits at the given offsets.
Todo
- Support for enums
- Support for individual fields larger than
u32?