dzamlo / rust-bitfield

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

Add `u128`/`i128` support #4

Closed dzamlo closed 6 years ago

dzamlo commented 6 years ago

They should be stable in then next rustc version(1.26.0).

When this is the case, they should be usable in bitfield like the other inter type.