← Back to previous glossary termView all glossary termscrateAlso known as: crates, Rust crate, Rust cratesA crate is Rust's unit of compilation and packaging: either a reusable library or an executable program.See the Rust book.