//! Rewrite-family pipeline for formatter passes.
//!
//! Structural formatting is identity emit. Every opt-in byte rewrite
//! enters through this module as a member of one rewrite family. A
//! family commits only after its local edits are non-overlapping and
//! verification accepts the resulting document.
pub use ;
pub use ;
use crate::;
use ;
pub