nom-parse-macros 0.1.0

Procedural macros for generating parser functions for the nom libary
Documentation
# nom-parse-macros

[![CI](https://github.com/marcdejonge/nom-parse-macros/actions/workflows/ci.yml/badge.svg)](https://github.com/marcdejonge/nom-parse-macros/actions/workflows/ci.yml)
[![Crates.io](https://img.shields.io/crates/v/nom-parse-macros.svg)](https://crates.io/crates/nom-parse-macros)
[![Documentation](https://docs.rs/nom-parse-macros/badge.svg)](https://docs.rs/nom-parse-macros)

This crate provides some procedural macros to easily generate parse functions
for the nom library.

## License

Licensed under either of

* Apache License, Version 2.0
  ([LICENSE-APACHE]LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license
  ([LICENSE-MIT]LICENSE-MIT or http://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.