mirror of
https://codeberg.org/icewind/bitbuffer.git
synced 2026-06-03 16:44:06 +02:00
implement ReadSized for HashMap
This commit is contained in:
parent
ddce420663
commit
ccced2c28e
3 changed files with 27 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bitstream_reader"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||
edition = "2018"
|
||||
description = "Reading bit sequences from a byte slice"
|
||||
|
|
@ -14,4 +14,7 @@ travis-ci = { repository = "icewind1991/bitstream_reader" }
|
|||
num-traits = "0.2"
|
||||
bitstream_reader_derive = { version = "0.3", path = "bitstream_reader_derive" }
|
||||
|
||||
[dev-dependencies]
|
||||
maplit = "1.0.1"
|
||||
|
||||
[workspace]
|
||||
Loading…
Add table
Add a link
Reference in a new issue