1
0
Fork 0
mirror of https://codeberg.org/icewind/bitbuffer.git synced 2026-06-03 16:44:06 +02:00
Commit graph

12 commits

Author SHA1 Message Date
c3709e57d8 fix signed reading 2019-08-26 20:17:59 +02:00
00e4efec86 'assert' check bounds when reading, fix issue with missing null termination for strings 2019-07-22 18:37:38 +02:00
71823f22ec read for NoZero ints 2019-04-09 20:00:11 +02:00
0a5daeb62d more string reading tests 2019-03-09 16:59:48 +01:00
f1d1737cd9 more benches to it's proper location 2019-03-05 16:02:07 +01:00
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
Renamed from src/tests.rs (Browse further)