create_dir

Function create_dir 

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

Create a directory.

Returns an error if the directory already exists or the parent doesn’t exist.