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
//! Shared token-seam magnitudes.

/// Segments one rendered Rust item path may carry.
pub(crate) const RENDERED_PATH_SEGMENT_LIMIT: usize = 8;