A command-line shell implementation written in Rust.
- Command parsing and execution
- Built-in shell commands
- Process management
- Error handling
- Rust 1.56 or later
- Cargo
git clone <repository-url>
cd RustyShell
cargo build --releasecargo runRustyShell/
├── src/
│ ├── main.rs
│ └── lib.rs
├── Cargo.toml
└── README.md
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.