dzamlo / rust-bitfield

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

move all newtype generations to `bitfield! ` and replace `bitfield_struct!` by `bitfield_bitrange!` #11

Closed dzamlo closed 6 years ago

dzamlo commented 6 years ago

As proposed by @ithinuel in https://github.com/dzamlo/rust-bitfield/pull/3#issuecomment-383418769