deku 0.7.2

bit level serialization/deserialization proc-macro for structs
Documentation
[[bench]]
harness = false
name = "deku"
[dependencies.bitvec]
default-features = false
version = "0.18"

[dependencies.deku_derive]
version = "^0.7.0"
[dev-dependencies.alloc_counter]
version = "0.0.4"

[dev-dependencies.criterion]
version = "=0.3.2"

[dev-dependencies.hex-literal]
version = "0.3"

[dev-dependencies.rstest]
version = "0.6"

[dev-dependencies.trybuild]
version = "1.0"

[features]
alloc = ["bitvec/alloc"]
default = ["std", "bitvec/std"]
std = ["alloc"]

[lib]
bench = false

[package]
authors = ["sharks <sharks@sharks>"]
categories = ["encoding", "parsing", "no-std"]
description = "bit level serialization/deserialization proc-macro for structs"
edition = "2018"
keywords = ["deku", "bits", "serialization", "deserialization", "struct"]
license = "MIT OR Apache-2.0"
name = "deku"
readme = "README.md"
repository = "https://github.com/sharksforarms/deku"
version = "0.7.2"