1
0
Fork 0
mirror of https://codeberg.org/icewind/bitbuffer.git synced 2026-06-04 00:54:07 +02:00
Commit graph

7 commits

Author SHA1 Message Date
bd012039d0 use unchecked type conversions
this is safe because we already checked their bit size
2019-03-03 01:42:56 +01:00
6e36d00c1e implement Debug 2019-02-28 22:34:06 +01:00
ea2640655b fix read_bytes in BE mode 2019-02-28 22:18:38 +01:00
ccced2c28e implement ReadSized for HashMap 2019-02-28 21:19:53 +01:00
4bf39b874d impl ReadSized for BitStream 2019-02-28 17:04:49 +01:00
af83f5e3b3 rename Read to BitRead to avoid confusion with Read trait from std 2019-02-28 16:01:34 +01:00
a49835d003 add test for reading derived Read
this requires moving the tests into their own folder, so they get tested loaded as a separate crate
2019-02-28 00:16:35 +01:00