pub async fn create_dir(path: impl AsRef<Path>) -> Result<()>
Create a directory.
Returns an error if the directory already exists or the parent doesn’t exist.