Skip to content

ncs-pl/rust-mkdir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-mkdir

This repository contains a mkdir like command written in Rust.

I made this to learn Rust, please refer to this if you need a better mkdir in Rust!

Please note that the program does not support permissions changing using the --mode flag.