|
|
89f9e4f0af
|
write tuple
|
2021-07-13 20:10:08 +02:00 |
|
|
|
1fadf092cf
|
read/write array
|
2021-07-13 19:37:10 +02:00 |
|
|
|
b7fa549e79
|
fix size expressions
|
2021-07-13 19:10:09 +02:00 |
|
|
|
f5e329ab61
|
enum roundtrip
|
2021-07-12 20:46:51 +02:00 |
|
|
|
55386818eb
|
clippy fix
|
2021-07-12 20:28:58 +02:00 |
|
|
|
f704ee9f9a
|
rountrip tests
|
2021-07-12 20:19:36 +02:00 |
|
|
|
f873005046
|
more write fixes
|
2021-07-12 20:19:09 +02:00 |
|
|
|
dddb91fd6b
|
fix reading offset string in big endian
|
2021-07-12 20:10:13 +02:00 |
|
|
|
62288921ed
|
fix writing unaligned negative numbers
|
2021-07-12 19:18:56 +02:00 |
|
|
|
23ed7b0e4a
|
bunch of write stuff
|
2021-07-12 00:17:56 +02:00 |
|
|
|
4d2ea4ee7c
|
fix pos when reading malformed utf8
|
2020-12-06 21:20:33 +01:00 |
|
|
|
4872cd62c4
|
add to_owned
|
2020-12-06 21:02:42 +01:00 |
|
|
|
51faeababf
|
cow
|
2020-12-06 17:35:03 +01:00 |
|
|
|
01ff3b503a
|
clippy
|
2020-12-06 01:14:53 +01:00 |
|
|
|
2ab7a2216e
|
remove extra indirection
|
2020-12-06 01:11:54 +01:00 |
|
|
|
a3921ef4e6
|
0.8.0
|
2020-12-06 01:08:53 +01:00 |
|
|
|
ffe2f350fb
|
remove branch from hot code
|
2020-12-06 01:07:26 +01:00 |
|
|
|
65f3280b1b
|
new_owned
|
2020-12-06 00:55:39 +01:00 |
|
|
|
9f5a9c5391
|
cow data
|
2020-12-06 00:19:33 +01:00 |
|
|
|
0c8d2ebe18
|
borrow data
|
2020-12-05 22:48:40 +01:00 |
|
|
|
a276e5a457
|
remove the need for padding by special casing reading near the end of the data
|
2020-12-05 21:41:32 +01:00 |
|
|
|
e43b0b6bb2
|
add write bytes and string and rename ReadError -> BitError
|
2020-02-15 15:49:49 +01:00 |
|
|
|
bce35aeb32
|
better IntoBytes
|
2020-02-15 14:51:28 +01:00 |
|
|
|
123223f479
|
optimize push_bits
|
2020-02-15 14:08:54 +01:00 |
|
|
|
8830e8a382
|
rename fixes
|
2020-02-13 17:27:24 +01:00 |
|
|
|
8979354c60
|
writing wip and bool be read fixes
|
2020-02-13 02:33:05 +01:00 |
|
|
|
0e239cc011
|
remove travis config
|
2020-02-13 00:06:40 +01:00 |
|
|
|
9ddbc51fd7
|
setup github actions ci
|
2020-02-13 00:05:51 +01:00 |
|
|
|
6fc3785fc9
|
rename bitbuffer/bitstream to bitreadbuffer/bitreadstream
|
2020-02-12 23:53:59 +01:00 |
|
|
|
0e58b89ae9
|
rename to bitbuffer to prepare for writing
|
2020-02-12 23:52:08 +01:00 |
|
|
|
0e09a19878
|
0.7.1
|
2020-02-02 22:40:34 +01:00 |
|
|
|
7e4830c66f
|
dont panic when reading 0 length signed int
|
2020-01-20 16:01:05 +01:00 |
|
|
|
aa42c955ce
|
fix skip_bits check when skipping to the end of the stream
|
2020-01-19 22:32:51 +01:00 |
|
|
|
894c8aef7c
|
harden against dos with crafted input by limiting reserved vec/map size
|
2020-01-19 22:09:57 +01:00 |
|
|
|
4ab65a675f
|
dont split string inside utf8 char
|
2020-01-19 21:53:03 +01:00 |
|
|
|
7bc5ef8759
|
fix bounds debug assert
|
2020-01-19 21:41:23 +01:00 |
|
|
|
f33d4b5850
|
fix read_string being able to set stream position outside bounds when using sub streams
|
2020-01-19 21:22:53 +01:00 |
|
|
|
a6d9931641
|
fix read_bool being able to set stream position outside bounds when using sub streams
|
2020-01-19 21:12:17 +01:00 |
|
|
|
77fbba7e5b
|
fix skip_bits being able to cause panics by setting self.pos outside the stream bounds
|
2020-01-19 20:25:55 +01:00 |
|
|
|
841fdf7828
|
unchecked cleanup
|
2020-01-08 18:39:42 +01:00 |
|
|
|
112e95cd74
|
update syn and friends to 1.0
|
2020-01-08 12:49:19 +01:00 |
|
|
|
d51b57c17b
|
readme typo
|
2020-01-07 23:15:12 +01:00 |
|
|
|
758bba200b
|
clippy
|
2020-01-07 23:12:27 +01:00 |
|
|
|
9596419833
|
remove seperate bitskip trait
|
2020-01-07 22:58:07 +01:00 |
|
|
|
88c9c21d74
|
use unchecked reads to group bounds checks where possible
|
2020-01-07 22:56:34 +01:00 |
|
|
|
a6e9b59ece
|
derive unchecked methods for traits
|
2020-01-07 22:38:28 +01:00 |
|
|
|
55eb866eb6
|
add unchecked reading to BitRead and BitReadSized
|
2020-01-07 22:31:29 +01:00 |
|
|
|
28b1d15bff
|
remove seperate BitSize traits
|
2020-01-07 21:59:05 +01:00 |
|
|
|
4785f80cce
|
struct bench
|
2020-01-07 20:30:49 +01:00 |
|
|
|
92d23dc14f
|
unchecked api
|
2020-01-07 19:19:01 +01:00 |
|