pub type Files = Vec<(PathBuf, String)>;
Array of (path, content) tuple.
pub struct Files { /* private fields */ }