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

more efficient LazyBitRead

This commit is contained in:
Robin Appelman 2019-10-11 21:42:38 +02:00
commit d074779203
2 changed files with 26 additions and 5 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "bitstream_reader"
version = "0.6.5"
version = "0.6.6"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
description = "Reading bit sequences from a byte slice"