proc_macro2_helper 0.2.10

Various utility code to extract data that can be used with proc macro2
Documentation
# 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

<sup>
Licensed under either of <a href="LICENSE-APACHE">Apache License, Version
2.0</a> or <a href="LICENSE-MIT">MIT license</a> at your option.
</sup>

<br>

<sub>
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.
</sub>