Function create_dir

Source
pub fn create_dir(path: impl AsRef<Path>) -> Result<()>
Expand description

Create the directory and ignore failures when a directory of the same name already exists.