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
- Host: GitHub
- URL: https://github.com/ncs-pl/rust-mkdir
- Owner: ncs-pl
- License: gpl-3.0
- Created: 2021-02-11T09:55:26.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-11T15:40:56.000Z (about 5 years ago)
- Last Synced: 2025-06-26T15:57:26.939Z (8 months ago)
- Topics: cli, coreutils, mkdir, rust
- Language: Rust
- Homepage:
- Size: 26.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.