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

272 commits

Author SHA1 Message Date
aba52326be format 2019-02-22 22:49:35 +01:00
7f491a7793 switch licence to apache/mit 2019-02-22 22:47:56 +01:00
b8d6e4fd7a make usable with rust stable 2019-02-22 22:40:45 +01:00
26bc7f9350 rename to IsPadded 2019-02-22 22:35:01 +01:00
57b99b2ecc bit more docs and more verbose panic 2019-02-22 22:26:32 +01:00
a26695861e add padded version of reader 2019-02-22 22:19:04 +01:00
b0d290311c format 2019-02-22 14:40:11 +01:00
159ee1df6c rename to bitstream_reader 2019-02-21 22:54:32 +01:00
ed19848d2a fix read_bytes and read_bool 2019-02-21 18:18:18 +01:00
6d999f7471 remove need for padding from input slice
this makes reading slower but the api a lot nicer
2019-02-20 22:28:51 +01:00
c33a9a711b add big endian 2019-02-20 19:47:09 +01:00
b804b4a59e float reading 2019-02-19 21:45:17 +01:00
348fbb851b cleanup reading a bit 2019-02-17 23:08:20 +01:00
64f24a2921 docs 2019-02-17 17:04:15 +01:00
4a8f0e1db6 fix reads that dont fit in usize 2019-02-17 14:59:23 +01:00
82f57e36c5
Create LICENSE 2019-02-17 01:47:04 +01:00
540d9c0e8a combine signed reading 2019-02-17 01:40:48 +01:00
1c037528f6 generics 2019-02-17 00:12:38 +01:00
74124393be bool and u64 2019-02-16 18:05:32 +01:00
f5aff2cd80 usize reading 2019-02-14 22:29:03 +01:00
741f987833 read usize at once 2019-02-13 13:13:36 +01:00
8d38830adc basics 2019-02-12 21:22:24 +01:00