bitpatterns-proc-macro 0.1.1

Procedural macros used by the bitpatterns crate
# bitpatterns-proc-macro
---

[![Crates.io](https://img.shields.io/crates/v/bitpatterns)](https://crates.io/crates/bitpatterns)
[![docs.rs](https://img.shields.io/docsrs/bitpatterns)](https://docs.rs/bitpatterns)
![Crates.io](https://img.shields.io/crates/l/bitpatterns)
[![Crates.io](https://img.shields.io/crates/d/bitpatterns)](https://crates.io/crates/bitpatterns)

Procedural macro crate for the bitpatterns crate to handle compile-time parsing

If you are trying to use this library, you are probably looking for the [bitpatterns](https://github.com/zachmatson/bitpatterns) crate.

## License

Licensed under either of

* Apache License, Version 2.0, ([LICENSE-APACHE]LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT]LICENSE-MIT or https://opensource.org/licenses/MIT)

at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed as above, without any additional terms or
conditions.