Crate block_mod

Source

Modulesยง

calculator
pub mod calculator; is a Rust code snippet that declares a module named calculator and makes it public (pub). This means that the contents of the calculator module can be accessed from outside the current module or crate.