Clear explanation of Rust’s module system

This is a great explanation of Rust's module system. I wish I had this clear of a picture when I was using modules for the first time in creating oscar.

The big takeaway and deviation from npm is this:

We need to explicitly build the module tree in Rust, there’s no implicit mapping to file system.

Have a comment? Send an email to my public inbox. Please follow proper mail etiquette.