commit | 4b726486b477c9832e045cf81d5959b8d955b7c5 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Fri Jun 02 08:09:04 2017 -0700 |
committer | GitHub <noreply@github.com> | Fri Jun 02 08:09:04 2017 -0700 |
tree | 036555e9b3d5831d302d88807a94e8a58d902a23 | |
parent | 9045817247e31cc652f13cec61a3cebbe28644c4 [diff] | |
parent | 5372f4b1bf485453af47e8eec8b6bc4b23d036be [diff] |
Merge pull request #22 from mystor/eq Derive Eq and PartialEq on OpKind and Delimiter
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.