1 | [package] |
---|---|
2 | name = "bitfield" |
3 | version = "0.13.2" |
4 | authors = ["Loïc Damien <loic.damien@dzamlo.ch>"] |
5 | license = "MIT OR Apache-2.0" |
6 | description = "This crate provides macros to generate bitfield-like struct." |
7 | repository = "https://github.com/dzamlo/rust-bitfield" |
8 | documentation = "https://docs.rs/bitfield" |
9 | |
10 | [dependencies] |
11 |