Glossary coding Term Page

package

The top-level unit anchored by `Cargo

package #coding#rust
Korean version

Related Concepts

Core Idea

package is The top-level unit anchored by Cargo.toml. It can contain one or more crates. Most beginner projects ship with just one binary crate. It usually makes the most sense alongside crate, Module.

Why It Matters Here

Mathbong reuses this term across rust posts as shared vocabulary.

Posts Mentioning This Concept