overlay_macro 1.0.0

A proc-macro for implementing Overlay, to reinterpret a slice of bytes as a bit/byte packed struct
Documentation

A proc-macro for generating a struct which can be overlaid. See the documentation in src/lib.rs for usage and examples.

Todo

  • Support for enums
  • Support for individual fields larger than u32 ?