-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
This is a tracking issue for the various parts of the cargo chapter. I think I have a recent start, but there are some things that I don't have experience/knowledge of... Here is a checklist from @steveklabnik 's comment here.
- cargo build Add a chapter on Cargo #949
- basic conventions of the top-level directories Add a chapter on Cargo #949
- dependencies
- crates.io and deps for it Add a chapter on Cargo #949
- git deps Add a chapter on Cargo #949
- path deps Add a chapter on Cargo #949
- override and patch or whatever the latest way to do this is, I forget which one
- workspaces
- profiles
- the -sys crate convention from a usage perspective, which leads you into:
- build scripts