bitregions 0.1.2

Generate a unit structure to represent a set of bit-regions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.bitregions-impl]
version = "0.1.2"

[dependencies.proc-macro-hack]
version = "^0.5.11"

[package]
authors = ["Zach Marcantel <zmarcantel@gmail.com>"]
description = "Generate a unit structure to represent a set of bit-regions."
edition = "2018"
keywords = ["ffi", "bitflags", "embedded", "bits"]
license = "GPL-3.0-or-later"
name = "bitregions"
readme = "README.md"
repository = "https://github.com/zmarcantel/bitregions"
version = "0.1.2"