met 0.2.0

Macros and extension traits for proc-macro2
Documentation
<h1 align="center">Met</h1>
<h3 align="center">Macros and extension traits for proc-macro2</h3>
<div align="center">

[![docs.rs](https://img.shields.io/badge/docs.rs-met-58a78a?style=for-the-badge&logo=Docs.rs)](https://docs.rs/met)
&nbsp;&nbsp;&nbsp;
[![crates.io](https://img.shields.io/crates/v/met?style=for-the-badge&logo=Rust)](https://crates.io/crates/met)
&nbsp;&nbsp;&nbsp;
[![github](https://img.shields.io/badge/github-met-gray?style=for-the-badge&logo=GitHub&color=669bbc)](https://github.com/michaelni678/met)

</div>

**Met** provides several macros and extension traits that make working with [`proc-macro2`] easier. 

# Setup


Add this to your `Cargo.toml`:

```toml
[dependencies]
met = "0.2.0"
proc-macro2 = "1"
```

[`proc-macro2`]: https://crates.io/crates/proc-macro2