rust logo

Rust_Mkdir

Rust Mkdir is a delightful remake of the venerable "mkdir" command, written in the expressive and robust Rust programming language. It aims to provide a modern, efficient, and user-friendly directory creation tool, inspired by the simplicity and elegance of the original.

Features

Feature To Be Added

Getting Started

To get started with the project, follow these steps:

Clone the repository:

```bash git clone https://github.com/truthixify/rust_mkdir.git

cd rust_mkdir ```

Build the project using Cargo:

bash cargo build

Run the ls command:

bash cargo run -- [directory_path]

Replace directory_path with the path of the directory you want to create.

Explore the available command-line options and flags:

bash cargo run -- --help

Contributing

Contributions to this project are welcome! If you'd like to contribute, please follow these steps:

Note Please ensure that your code follows the project's coding style and conventions. Additionally, consider writing tests for any new functionality or modifications.

License

This project is licensed under the MIT License.

Acknowledgements

We would like to express our gratitude to the creators and maintainers of the original "mkdir" command for their timeless contribution to the world of software. Their elegant solution continues to inspire us as we reimagine it in Rust.

Contact

If you have any questions or suggestions regarding this project, please feel free to contact truthixify at truthixify@gmail.com.

Happy coding! 🚀