Rust ModulesLast updated Dec 1, 2022 Edit SourceRustProgrammingmodules can be separate files1 mod file; or in curly braces1 2 3 mod test { }