bit-struct 0.1.16

Define structs which have fields which are assigned to individual bits, not bytes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "bit-struct"
version = "0.1.16"
edition = "2021"
description = "Define structs which have fields which are assigned to individual bits, not bytes"
repository = "https://github.com/andrewgazelka/bit-struct"
readme = "README.md"
license = "MIT OR Apache-2.0"
keywords = ["bit", "struct" , "macros"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
num-traits = { version = "0.2", default-features = false }

[dev-dependencies]
trybuild = "1.0"