bitmatch 0.1.1

A macro to allow matching, binding, and packing the individual bits of integers.
Documentation
[badges.maintenance]
status = "passively-maintained"
[dependencies.boolean_expression]
version = "0.3.10"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "visit", "visit-mut"]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["Cassie Jones <code@witchoflight.com>"]
categories = ["parsing", "no-std"]
description = "A macro to allow matching, binding, and packing the individual bits of integers."
documentation = "https://docs.rs/crate/bitmatch"
edition = "2018"
keywords = ["bitpacking", "binary", "decoder", "matching", "macro"]
license = "MPL-2.0"
name = "bitmatch"
readme = "README.md"
repository = "https://github.com/porglezomp/bitmatch"
version = "0.1.1"