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

65 commits

Author SHA1 Message Date
417e8c2b96 prepare for 0.11 2023-10-09 21:51:46 +02:00
0701318120 nix ci 2023-07-02 17:37:15 +02:00
8bc758c237 fix reading bool from sub-stream causing position to get out of sub-stream bounds 2022-12-13 14:19:50 +01:00
587d4ac8ef 0.10.8 2022-08-06 16:00:07 +02:00
96c37a0bc3 0.10.7 2022-05-01 15:48:40 +02:00
f6fb6c6f64 0.10.6 2022-05-01 14:56:27 +02:00
4a3d5820f8 0.10.5 2022-04-09 18:45:29 +02:00
b335f9cfad 0.10.4 2022-04-09 18:41:55 +02:00
bc5d74038e intoiter 2022-04-09 18:35:35 +02:00
6a74d8894e add optional schema 2021-07-25 22:31:46 +02:00
d08f92e11b basic serde support 2021-07-25 14:06:15 +02:00
cefc9c3500 0.10.1 2021-07-24 19:15:32 +02:00
2a1718b5f6 remove full reserve
this makes code a lot simpler
2021-07-24 16:25:25 +02:00
227582cbc4 add reserve_int 2021-07-24 16:04:17 +02:00
c321c5a252 bitwrite for options 2021-07-24 14:53:59 +02:00
973f543e1b 0.9.7 2021-07-20 13:55:57 +02:00
a87f75588f 0.9.6 2021-07-19 15:23:35 +02:00
94bc320add move benches to iai 2021-07-18 19:55:45 +02:00
c090180a14 add reserve_byte_length 2021-07-18 16:37:35 +02:00
ceea28d500 add bitwrite for vec 2021-07-18 15:06:25 +02:00
9eb4c0a05c 0.9.3 2021-07-16 21:15:51 +02:00
d2fe433d6b 0.9.2 2021-07-16 21:04:18 +02:00
d1d0ca24c9 0.9.1 2021-07-16 19:00:05 +02:00
8d6ef897a7 bumb dependencies 2021-07-15 23:18:10 +02:00
0e5e7cc312 0.9 2021-07-15 23:10:55 +02:00
4d2ea4ee7c fix pos when reading malformed utf8 2020-12-06 21:20:33 +01:00
a3921ef4e6 0.8.0 2020-12-06 01:08:53 +01:00
e43b0b6bb2 add write bytes and string and rename ReadError -> BitError 2020-02-15 15:49:49 +01:00
9ddbc51fd7 setup github actions ci 2020-02-13 00:05:51 +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
28b1d15bff remove seperate BitSize traits 2020-01-07 21:59:05 +01:00
f59dd94917 0.6.9 2020-01-06 19:23:09 +01:00
d6cf3cd45f 0.6.8 2019-12-26 00:06:20 +01:00
af10afb23e remove no longer used dependency 2019-12-26 00:06:08 +01:00
38580ee950 0.6.7 2019-12-26 00:01:26 +01:00
7290481a73 safe 2019-12-25 23:59:43 +01:00
85abe2d9e8 use memchr for alligned string reads 2019-12-25 23:10:54 +01:00
d074779203 more efficient LazyBitRead 2019-10-11 21:42:38 +02:00
5cbf366ad1 0.6.5 2019-10-11 21:00:11 +02:00
dce12b6da1 0.6.4 2019-10-11 20:26:42 +02:00
296b2e1092 optimizte reading alligned unsized strings 2019-09-22 16:26:10 +02:00
b938ab9d76 0.6.3 2019-08-31 15:39:01 +02:00
c6fb6e999a 0.6.2 2019-08-31 15:08:04 +02:00
f20b7fa1b3 re-add the unsafe implementation behind a feature flag 2019-08-31 15:07:15 +02:00
6c094d78a8 0.6.1 2019-08-28 12:48:41 +02:00
6b911f4324 0.6.0 2019-08-27 02:18:02 +02:00
613199c089 remove unchecked_utf8 and read_in_unchecked 2019-07-24 12:16:40 +02:00
7cb16447ee 0.5.1 2019-05-25 23:46:38 +02:00
759ee8289e 0.5.0 2019-05-01 19:47:59 +02:00