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

remove full reserve

this makes code a lot simpler
This commit is contained in:
Robin Appelman 2021-07-24 16:25:25 +02:00
commit 2a1718b5f6
4 changed files with 40 additions and 449 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "bitbuffer"
version = "0.9.9"
version = "0.10.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
description = "Reading bit sequences from a byte slice"
@ -10,7 +10,7 @@ repository = "https://github.com/icewind1991/bitbuffer"
[dependencies]
num-traits = "0.2"
err-derive = "0.3"
bitbuffer_derive = { version = "0.9", path = "bitbuffer_derive" }
bitbuffer_derive = { version = "0.10", path = "bitbuffer_derive" }
memchr = "2"
[dev-dependencies]