This is my WIP simple UNIX shell written in Rust. It is meant to be a learners project to get myself more familiar with Rust and begin a focus on transitioning from C (my typical preferred programming language) to Rust, for it's safety features and ease of use.
However, due to the nature of UNIX shells, this program will feature a good bit of Unsafe Rust.
Please feel free to use this code as a reference for you own projects.
In it's current state, it supports limited commands, and does NOT boot a system. My only plan for this repo is to implement basic UNIX commands by hand. Once I have, I will be considering this project complete.