New Rustacean

New Rustacean


e020: Putting code in its place

April 01, 2017

How do we organize code in Rust? Where do we break it apart into modules or crates, and why?

Structuring code in a language like Rust can seem a bit more ambiguous than doing the same in a language with classes to attach all our functionality to, but in