commit | 24b004c24360638cb895206fa3513f2299705241 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sat Jun 03 09:50:47 2017 -0700 |
committer | GitHub <noreply@github.com> | Sat Jun 03 09:50:47 2017 -0700 |
tree | f89e9cd8d0bac141d0493601e41174693284ef89 | |
parent | a5d12d3895f9d7062edf505dea9b6feda61ba79a [diff] | |
parent | bf558fec24688db0a0486d78866d804c5bc143da [diff] |
Merge pull request #25 from alexcrichton/ss Remove Send and Sync for Symbol
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.