1
0
Fork 0
mirror of https://codeberg.org/icewind/bitbuffer.git synced 2026-06-04 00:54:07 +02:00
Commit graph

17 commits

Author SHA1 Message Date
efed5a68cb fix reading large signed ints 2024-04-04 22:55:06 +02:00
b46bc881f0 fix writing larger int types in big endian 2024-04-04 19:39:30 +02:00
2fe6af6224 clippy fixes 2024-04-03 19:47:06 +02:00
7422800014
Merge pull request #6 from hussein-aitlahcen/master
fixup: decrement before indexing with `last_mut`
2024-04-03 19:45:35 +02:00
834c3f2f95 clippy fixes 2023-11-11 22:03:10 +01:00
Hussein Ait Lahcen
8a5e7e7df8
fixup: fmt and clippy 2022-08-16 13:51:49 +02:00
Hussein Ait Lahcen
8ba5608262
fixup: decrement before indexing with last_mut 2022-08-12 20:58:16 +02:00
b096c70061 allow creating a writestream from a slice 2022-05-01 15:39:41 +02:00
0fe7c04ece type hints in tests 2021-07-27 15:12:42 +02:00
309a3b1f6f fix box/rc/arc write 2021-07-16 21:15:34 +02:00
9587c7b872 fix reserve not setting bit len correctly 2021-07-16 21:04:07 +02:00
9bced05a9d make write stream borrow the data to allow splitting/reserving 2021-07-14 23:35:13 +02:00
f704ee9f9a rountrip tests 2021-07-12 20:19:36 +02:00
23ed7b0e4a bunch of write stuff 2021-07-12 00:17:56 +02:00
0c8d2ebe18 borrow data 2020-12-05 22:48:40 +01:00
e43b0b6bb2 add write bytes and string and rename ReadError -> BitError 2020-02-15 15:49:49 +01:00
8979354c60 writing wip and bool be read fixes 2020-02-13 02:33:05 +01:00