You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently std::io::fs::mkdir_recursive calls itself recursively. For deep paths this could (in theory) be a problem.
An interative version could avoid this.
Consider renaming it to something like make_dirs (analogous to make_dir)
Deal with the case "directory exists but with different permissions".