Robbepop / modular-bitfield

Macro to generate bitfields for structs that allow for modular use of enums.
Apache License 2.0
155 stars 40 forks source link

Implement #[derive(Debug)] expansion for #[bitfield] #39

Closed Robbepop closed 3 years ago

Robbepop commented 3 years ago

Builds on top of https://github.com/Robbepop/modular-bitfield/pull/32. Closes https://github.com/Robbepop/modular-bitfield/issues/31.

jam1garner commented 3 years ago

Oh sorry! I meant to wrap it up but was busy. Thank you.

Robbepop commented 3 years ago

Oh sorry! I meant to wrap it up but was busy. Thank you.

No problem, I was just a bit too impatient to get this in. :upside_down_face: Thanks for your commitment and welcome to this crate's contributors. :)

JiveyGuy commented 11 months ago

Is there a way to use this such that you can print the raw hex next to the bitfield?