vermouth 0.5.2

a new kind of parser for procedural macros
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
![graffiti-style vermouth logo](assets/logo-small.png)

# `vermouth`
A new kind of parser for procedural macros.

[![License](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](#license)
[![Crates.io](https://img.shields.io/crates/v/vermouth.svg)](https://crates.io/crates/vermouth)
[![Downloads](https://img.shields.io/crates/d/vermouth.svg)](https://crates.io/crates/vermouth)
[![Docs](https://docs.rs/vermouth/badge.svg)](https://docs.rs/vermouth/)

# License

Everything in this repository is dual-licensed under either: 

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

at your option, unless explicitly stated otherwise.