cargo_util::paths

Function create_dir_all

source
pub fn create_dir_all(p: impl AsRef<Path>) -> Result<()>
Expand description

Equivalent to std::fs::create_dir_all with better error messages.