Hoi, a command line task runner built with RustDuring covid lockdowns I had several projects in my spare time to keep me busy. One of them was teaching myself to learn how to read sheet music. Another was building an LCD screen marquee of data powered by a Raspberry Pi 3. One was to learn how to write my own programming language using the book "Crafting Interpreters" by Robert Nystrom. The book uses Java I believe as a teaching tool, but I wanted to learn Rust and do it that way. KevinMay 7...