mirror of
https://codeberg.org/icewind/bitbuffer.git
synced 2026-06-03 16:44:06 +02:00
add reserve_int
This commit is contained in:
parent
c321c5a252
commit
227582cbc4
3 changed files with 35 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bitbuffer"
|
||||
version = "0.9.8"
|
||||
version = "0.9.9"
|
||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||
edition = "2018"
|
||||
description = "Reading bit sequences from a byte slice"
|
||||
|
|
@ -21,4 +21,8 @@ iai = "0.1"
|
|||
name = "bench"
|
||||
harness = false
|
||||
|
||||
[[bench]]
|
||||
name = "write"
|
||||
harness = false
|
||||
|
||||
[workspace]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue