bitfield 0.17.0

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

[dependencies]