|
95fcc6c86b
|
Add fixed-size varint encoder function to simplify writing complex EBML element sizes
|
2017-08-06 01:20:51 -04:00 |
|
|
b5bbf952b0
|
Stub some EBML encoding funcs
|
2017-08-02 01:30:14 -04:00 |
|
|
cf4821599e
|
Make encode_varint use a generic Writer
|
2017-07-30 01:43:09 -04:00 |
|
|
da81b741a3
|
Change encode_varint to write into a Bufmut
|
2017-07-10 21:26:00 -04:00 |
|
|
a1e8aef5d3
|
Swap to "bytes" crate
|
2017-07-10 19:36:20 -04:00 |
|
|
8d73a2e577
|
Fix range of varint encoder; add more boundary tests.
|
2017-07-08 01:08:21 -04:00 |
|
|
b1b157c6be
|
Make varint sizing logic use smallest working size;
fix bad constant/test.
|
2017-07-07 02:27:30 -04:00 |
|
|
6c99eca673
|
Initial ebml varint encoder
|
2017-07-07 01:25:32 -04:00 |
|
|
7109e30dcb
|
Use ByteOrder function in decode_uint
|
2017-07-03 01:44:11 -04:00 |
|
|
51156d9fde
|
implement decode_uint
|
2017-06-29 02:38:08 -04:00 |
|
|
ba9d00d0b4
|
Move tests under appropriate modules
|
2017-06-28 01:54:30 -04:00 |
|
|
8411363035
|
Break code into modules
|
2017-06-27 02:31:17 -04:00 |
|