dzamlo / rust-bitfield

This crate provides macros to generate bitfield-like struct.
Apache License 2.0
157 stars 19 forks source link

Add local_inner_macros to all macro_exports #19

Closed cramertj closed 6 years ago

cramertj commented 6 years ago

This makes the bitfield macros usable from the 2018 edition without needing to import the helper macros they call.

See https://github.com/bitflags/bitflags/pull/165 for similar PR against bitflags.

cramertj commented 6 years ago

r? @dzamlo

dzamlo commented 6 years ago

Thanks!

dzamlo commented 6 years ago

Your improvement is available in version 0.13.1

cramertj commented 6 years ago

Great, thanks so much for the quick release!