//! Placeholder for rendering/io boundary module.
//!//! This module is reserved for rendering I/O operations that require
//! imperative string building with write!/writeln!.
//!//! Currently the xml/ module uses functional patterns and doesn't need
//! a boundary module.