commit | 803720f5f0fb01e4db5aae212bd3889e06bcc0aa | [log] [tgz] |
---|---|---|
author | Alex Crichton <alex@alexcrichton.com> | Fri May 19 19:41:03 2017 -0700 |
committer | Alex Crichton <alex@alexcrichton.com> | Fri May 19 19:41:03 2017 -0700 |
tree | 1efe2ed1a2016038d5471354e7f2f833b7c5f6d0 | |
parent | b15c6354e9235178a2996f2ae2090bfbd9ddf3cb [diff] |
Some extra files
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.