# Proc macro2 helper
[![Latest Version](https://img.shields.io/crates/v/proc_macro2_helper.svg)](https://crates.io/crates/proc_macro2_helper)
[![Build Status](https://img.shields.io/github/workflow/status/jasperav/proc_macro2_helper/CI/master)](https://github.com/jasperav/proc_macro2_helper/actions)
Various utility code to extract data that can be used with proc macro2
## Usage
```toml
[dependencies]
proc_macro2_helper = "0.1.*"
```
#### License
Licensed under either of Apache License, Version
2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this crate by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.