//! File operations in the I/O boundary.
//!
//! This module provides file operation helpers that bridge domain code
//! with the filesystem. All functions here may use mutation and I/O.
use crateWorkspace;
/// Read a file's contents using the workspace.
/// Write contents to a file using the workspace.