sharksforarms / deku

Declarative binary reading and writing: bit-level, symmetric, serialization/deserialization
Apache License 2.0
1.14k stars 55 forks source link

bitvec 1.0.0 support #243

Closed wcampbell0x2a closed 1 year ago

wcampbell0x2a commented 2 years ago

version v1.0.0-rc2 is currently out. We should try and support v1.0.0 before it's eventual release.

sharksforarms commented 2 years ago

Also saw this! Wanna give it a go? I may have time next week.

wcampbell0x2a commented 2 years ago

Also saw this! Wanna give it a go? I may have time next week.

I almost did it but realized there were some breaking API changes such as the removal of as_raw_slice(), so didn't have time to move it to that version.

wcampbell0x2a commented 1 year ago

Closed with https://github.com/sharksforarms/deku/pull/281