modular-bitfield-impl 0.2.0

Bitfields for structs that allow for modular use of enums.
Documentation
[package]
name = "modular-bitfield-impl"
version = "0.2.0"
edition = "2018"
authors = ["Robin Freyler <robinfreyler@web.de>"]
license = "MIT/Apache-2.0"
readme = "../README.md"

repository = "https://github.com/robbepop/modular-bitfield"
documentation = "https://docs.rs/modular-bitfield"
description = "Bitfields for structs that allow for modular use of enums."
categories = ["data-structures"]
keywords   = ["bitfield", "bit", "bitfields"]

[lib]
proc-macro = true

[dependencies]
quote = "0.6"
syn = { version = "0.15", features = ["full"] }
proc-macro2 = "0.4"
heck = "0.3"

[badges]
travis-ci = { repository = "robbepop/modular-bitfield" }
# appveyor = { repository = "robbepop/modular-bitfield", branch = "master", service = "github" }