bitpiece 2.2.0

bitfields for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "bitpiece"
version = "2.2.0"
edition = "2021"
description = "bitfields for rust"
repository = "https://github.com/roeeshoshani/bitpiece"
license = "MIT"
keywords = ["bitfield"]
categories = ["embedded", "encoding", "no-std", "parsing"]

[workspace]
members = ["bitpiece_macros"]

[dependencies]
bitpiece_macros = { path = "bitpiece_macros", version = "2.2.0" }
const_for = "0.1.5"
paste = "1.0.15"
static_assertions = "1.1.0"