bit-struct 0.1.0

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
[dependencies.num-traits]
default-features = false
version = "0.2"

[package]
description = "Define structs which have fields which are assigned to individual bits, not bytes"
edition = "2021"
keywords = ["bit", "struct", "macros"]
license = "MIT OR Apache-2.0"
name = "bit-struct"
readme = "README.md"
repository = "https://github.com/andrewgazelka/bit-struct"
resolver = "2"
version = "0.1.0"