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

mod codec;
mod companions;
mod dispatch;
mod evidence;
mod project;
mod relation_tables;
mod tokens;
mod typestate;

pub(in crate::recipe) use project::project;