Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month 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.