rust/crates/proc_macro_srv
Alex Good e240eb67a8 Introduce proc_macro_srv::abis, impl 1.47 and 1.55
Rather than a "Stable" and "Nightly" ABI we instead name ABIs based on
the version of the rust compiler in which they were introduced. We place
these ABIs in a new module - `proc_macro_srv::abis` - where we also add
some mchinery to abstract over ABIs. This should make it easy to add new
ABIs at a later date as the rust compiler evolves.
2021-07-12 16:05:45 +01:00
..
src Introduce proc_macro_srv::abis, impl 1.47 and 1.55 2021-07-12 16:05:45 +01:00
Cargo.toml cargo_metadata 0.14 2021-07-09 11:01:55 -04:00