byte_struct 0.5.0

Pack and unpack structure as raw bytes with packed or bit field layout.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "byte_struct"
version = "0.5.0"
authors = ["Weiyi Wang <wwylele@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Pack and unpack structure as raw bytes with packed or bit field layout."
repository = "https://github.com/wwylele/byte-struct-rs"
keywords = ["struct", "bitfield", "serialization"]
categories = ["encoding"]
readme = "../README.md"

[dependencies]
byte_struct_derive = { version = "0.4.2", path = "../byte_struct_derive" }
generic-array = "0.13"

[dev-dependencies]