|
|
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 |
|