Dan Bryant
Dan Bryant
The arbitrary-int PR looks like it was merged and released as part of v1.2.7, is there more work that needs to be done to revive this feature? This would be...
I've been testing this today and it's working well so far for my usecase -- which is just using SerializeBits, not the deserialize side. Features I'm currently exercising are: -...
I am currently working around this not being implemented yet by converting a `uN` to its underlying storage representation (`u8`, `u32`, etc.), using the trait implementation from `bit_field` here: [BitField](https://docs.rs/bit_field/latest/bit_field/trait.BitField.html),...