Just: How I Organize Large Rust Programs

from blog Casey Rodarmor's Blog, | ↗ original
One of the things that I personally struggled with when learning Rust was how to organize large programs with multiple modules. In this post, I'll explain how I organize the codebase of just, a command runner that I wrote. just was the first large program I wrote in Rust, and its organization has gone through many iterations, as I discovered what...