commit | a5d12d3895f9d7062edf505dea9b6feda61ba79a | [log] [tgz] |
---|---|---|
author | Alex Crichton <alex@alexcrichton.com> | Fri Jun 02 15:26:40 2017 -0500 |
committer | GitHub <noreply@github.com> | Fri Jun 02 15:26:40 2017 -0500 |
tree | 1c1f46e627d3e0fb6c433484e0ec092327902ec3 | |
parent | 4b726486b477c9832e045cf81d5959b8d955b7c5 [diff] | |
parent | cbec8ec2f16f16bfc705fcec2e1981aba16fc112 [diff] |
Merge pull request #23 from alexcrichton/unstable Fill out an unstable implementation
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.