An open API service indexing awesome lists of open source software.

https://github.com/ncs-pl/rust-mkdir

A rewrite of the mkdir command in Rust
https://github.com/ncs-pl/rust-mkdir

cli coreutils mkdir rust

Last synced: 8 months ago
JSON representation

A rewrite of the mkdir command in Rust

Awesome Lists containing this project

README

          

# rust-mkdir

This repository contains a `mkdir` like command written in Rust.

I made this to learn Rust, please refer to [this](https://github.com/uutils/coreutils/blob/master/src/uu/mkdir/src/mkdir.rs) if
you need a better `mkdir` in Rust!

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