commit | e5806852c3df4f0526a7a597a419e060358c3256 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Thu Jun 01 12:49:20 2017 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Thu Jun 01 13:37:50 2017 -0700 |
tree | 005d158c03861aa8a1f9f9d699f26379f003b898 | |
parent | 7d455f548df1565bcd355935f3be8a6f4ab96a04 [diff] |
Move tests out of stable module In the future this will help test that stable and unstable expose the same 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.