mirror of
https://codeberg.org/icewind/bitbuffer.git
synced 2026-06-03 16:44:06 +02:00
basic serde support
This commit is contained in:
parent
cefc9c3500
commit
d08f92e11b
4 changed files with 137 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bitbuffer"
|
||||
version = "0.10.1"
|
||||
version = "0.10.2"
|
||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||
edition = "2018"
|
||||
description = "Reading bit sequences from a byte slice"
|
||||
|
|
@ -12,10 +12,12 @@ num-traits = "0.2"
|
|||
err-derive = "0.3"
|
||||
bitbuffer_derive = { version = "0.10", path = "bitbuffer_derive" }
|
||||
memchr = "2"
|
||||
serde = { version = "1", features = ["derive"], optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
maplit = "1"
|
||||
iai = "0.1"
|
||||
serde_json = "1"
|
||||
|
||||
[[bench]]
|
||||
name = "bench"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue