macroonz-compiler 0.1.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
6
7
8
9
10
#![doc = include_str!("README.md")]

mod capture;
mod render;
mod type_contract;
mod types;

pub use capture::chosen;
pub use render::faces;
pub use types::{SHADOW_ROSTER, ShadowCaptureError, ShadowFace, ShadowRow, Shadows};