Module (mod) (Rust)

A module organizes code within a crate into named, nestable namespaces. Modules control visibility — items are private by default and exposed with the pub…