macroonz-compiler 0.2.0

Deterministic Rust code generation for procedural macros: plan, render, close, explain, and bind one sealed expansion from declared input.
Documentation
1
2
3
4
5
//! Shared mechanics for compiler integration tests.

mod rustc_specimen;

pub(crate) use rustc_specimen::observe_rustc;