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

add write bytes and string and rename ReadError -> BitError

This commit is contained in:
Robin Appelman 2020-02-15 15:49:49 +01:00
commit e43b0b6bb2
7 changed files with 147 additions and 58 deletions

View file

@ -9,6 +9,7 @@ repository = "https://github.com/icewind1991/bitbuffer"
[dependencies]
num-traits = "0.2"
err-derive = "0.2.2"
bitbuffer_derive = { version = "0.7", path = "bitbuffer_derive" }
memchr = "2.2"