dzamlo / rust-bitfield

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

Fix error in README #42

Closed zhongyi51 closed 3 months ago

zhongyi51 commented 3 months ago

There looks an error in the example of IpV4Header in README.md. The bit range of get_identification should be 47, 32 (16 bits) instead of 47, 31 (17 bits with interleaving).

dzamlo commented 3 months ago

Thanks!