pub async fn create_dir(path: impl AsRef<Path>) -> Result<()>
tokio
Creates a new, empty directory at the provided path.
Wrapper for tokio::fs::create_dir.
tokio::fs::create_dir