bitbash 0.4.0

Macros for working with bitfields
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "bitbash"
version = "0.4.0"
authors = ["Alistair Geesing <alistair.geesing@icloud.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Macros for working with bitfields"
repository = "https://github.com/aalistairr/bitbash"
documentation = "https://docs.rs/bitbash"
keywords = ["bitfield", "bitenum", "bitflags"]
categories = ["development-tools"]

[dependencies]
bitbash-macros = { version = "=0.4.0", path = "../bitbash_macros" }

[features]
const = []