commit | 1a7f7628598eea8bb3e7ffff0ec0e1a2595e56c5 | [log] [tgz] |
---|---|---|
author | Alex Crichton <alex@alexcrichton.com> | Wed Jul 05 17:47:15 2017 -0700 |
committer | Alex Crichton <alex@alexcrichton.com> | Wed Jul 05 17:47:15 2017 -0700 |
tree | b41b5863e44ba77cd18c9a0a1dbbbbf76382a39c | |
parent | 8ad3e3e7c991d3e45af01af15c469cbb00a313b6 [diff] |
Update to rust-lang/rust's proc_macro API
A small shim over the proc_macro
crate intended to multiplex the current stable interface (as of 2017-05-19) and the upcoming richer interface.
The upcoming support has features like:
My hope is that libraries ported to proc_macro2
will be trivial to port to the real proc_macro
crate once the support on nightly is stabilize.
This crate is still very much a work in progress
proc-macro2
is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.
See LICENSE-APACHE, and LICENSE-MIT for details.