commit | ea75c5f3971d027c09463b231aaf09a8b26622fa | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Wed May 31 23:40:33 2017 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Wed May 31 23:40:33 2017 -0700 |
tree | 9c278cc2384442f43ecda3a4515ddd977a342b9f | |
parent | 071a6e3b3a01b60445d27dcce5dc77c5a4a2fc40 [diff] |
Punctuation is joint if followed by other punctuation
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.