bitfield 0.0.1

A procedural macro to generate bitfield-like stuct
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]

name = "bitfield"
version = "0.0.1"
authors = ["Loïc Damien <loic.damien@dzamlo.ch>"]
repository = "https://github.com/dzamlo/rust-bitfield"
license = "MIT"
description = "A procedural macro to generate bitfield-like stuct"

[lib]
name = "bitfield"
plugin = true