-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
A-documenting-cargo-itselfArea: Cargo's documentationArea: Cargo's documentation
Description
CC: @ehuss as discussed on discord
These are suggestions only, happy to discuss.
- Define a "source" on this page, perhaps copying the definition from the glossary.
- There are two blocks of toml near the top of this page that define the configuration for source replacement. Merge these.
- "[P]rivate registry support is planned for a future version of Cargo.": the future is here! Link to the registries documentation.
- Describe when sources are used: when cargo fetches source code for dependencies to build them. Are there other cases? List some of the commands that use sources.
- Add links to
cargo-local-registryandcargo-vendoron crates.io
Links to cargo-local-registryEDIT: I don't think local registries are supported by e.g.cargo publishandcargo login, so this is not relevant.
I'm happy to submit a PR for these. I may have other suggestions as I start to write.
Hope that helps!
Metadata
Metadata
Assignees
Labels
A-documenting-cargo-itselfArea: Cargo's documentationArea: Cargo's documentation