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
#![doc = include_str!("README.md")]

mod type_contract;
mod types;

pub use types::{Bounded, Capped, Capping, Empty, NonEmpty, NonEmptyError, Overflow};