[dependencies]
[[example]]
name = "bits_position"
path = "examples/bits_position.rs"
[[example]]
name = "ipv4"
path = "examples/ipv4.rs"
[lib]
name = "bitfield"
path = "src/lib.rs"
[package]
authors = ["Loïc Damien <loic.damien@dzamlo.ch>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "This crate provides macros to generate bitfield-like struct."
documentation = "https://docs.rs/bitfield"
license = "MIT OR Apache-2.0"
name = "bitfield"
readme = "README.md"
repository = "https://github.com/dzamlo/rust-bitfield"
version = "0.17.0"
[[test]]
name = "lib"
path = "tests/lib.rs"