Ecosyste.ms: Awesome
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: about 1 month 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-11T15:40:56.000Z (almost 4 years ago)
- Last Synced: 2024-11-27T08:54:39.687Z (about 1 month 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.