[][src]Function ritual_common::file_utils::create_dir_all

pub fn create_dir_all<P: AsRef<Path>>(path: P) -> Result<()>

A wrapper over std::fs::create_dir_all with better error reporting