This is my implementation of a minimal shell, written in Rust, as part of the Codecrafters "Build Your Own Shell" challenge.
This isn’t a full shell, just a learning project to get comfortable with Rust. Code will probably keep changing as I finish more chapters.