Substitute implementation of the Rust compiler's proc_macro API
Description
A substitute implementation of the compiler's `proc_macro` API to
decouple token-based libraries from the procedural macro use case.
This package contains library source intended for building other packages which
use the "proc-macro" feature of the "proc-macro2" crate.