Devlyn-Nelson / Bondrewd

Rust proc_macro library for bit level field packing.
7 stars 2 forks source link

Signed Numbers bit_length != 2^N #3

Closed Devlyn-Nelson closed 2 years ago

Devlyn-Nelson commented 2 years ago

Need to make negatives work.

Devlyn-Nelson commented 2 years ago

added system which checks the most significant bit for sign as well as outputting the sign in the most significant bit.