rust

November 1, 2020

11 min read

The difference between mod and use in Rust

When starting out in Rust there can be some confusion around the differences between using mod and use in Rust projects, especially if you are coming from a language such as Python/Java.

In this …