Crate (Rust)

A crate is the unit of compilation and distribution in Rust — either a binary crate (an executable with a main function) or a library crate (reusable code…