Function read_files

Source
pub fn read_files(
    input: Result<HashMap<PathBuf, Vec<u8>>, HashSet<PathBuf>>,
) -> Result<FsIo>
Available on crate feature std only.