You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Why Cargo Exists" section of the "Cargo Guide" is here split
into two subsections:
"Preliminaries"
"Enter: Cargo"
The content in "Preliminaries" is new, and provides a transition
that motivates the need for a package manager rather than using
'rustc' directly. It provides footing for the reader that knows very
little about Rust and nothing about Cargo.
The "Enter: Cargo" subsection contains the previous content,
augmented with a new paragraph explaining how the conventional list
of build targets simplifies working with Cargo packages: "...once
you know how to build one Cargo-based project, you know how to build
/all/ of them."
The following terms are linked to their Glossary entries:
- artifact
- crate
- package
- package manager
- registry
0 commit comments