ferrous-systems / rust-training

Learning materials for the Rust Training courses by Ferrous Systems
127 stars 16 forks source link

Imports and Modules #78

Closed jonathanpallant closed 11 months ago

jonathanpallant commented 1 year ago

I'm not sure we talk about the difference between mod foo; and mod foo { } and the difference between src/foo.rs and src/foo/mod.rs. But we should.