1
0
Fork 0
mirror of https://codeberg.org/icewind/bitbuffer.git synced 2026-06-03 16:44:06 +02:00
This commit is contained in:
Robin Appelman 2023-07-02 17:28:56 +02:00
commit 0701318120
6 changed files with 441 additions and 93 deletions

View file

@ -6,6 +6,7 @@ edition = "2021"
description = "Reading bit sequences from a byte slice"
license = "MIT OR Apache-2.0"
repository = "https://github.com/icewind1991/bitbuffer"
rust-version = "1.56.0"
[dependencies]
num-traits = "0.2"