3 unstable releases
0.2.1 | Jul 31, 2024 |
---|---|
0.2.0 | Jul 31, 2024 |
0.1.0 | Jul 28, 2024 |
#641 in Procedural macros
63 downloads per month
81KB
1.5K
SLoC
vermouth
— a new kind of parser for procedural macros.
License
Everything in this repository is dual-licensed under either:
- MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT)
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
at your option, unless explicitly stated otherwise.
lib.rs
:
Fortification against sin. A new kind of parser for procedural macros.
Opposing syn
,
this crate is designed around the philosophy that malformed input
should be handled gracefully by procedural macros.
See the methods on the Parser
type for structural documentation.
Dependencies
~290KB