Skip to content

Commit

Permalink
move to reference links
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonpollack23 committed Jan 10, 2023
1 parent c2c3d48 commit 0eec153
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions src/cargo/rust-ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,23 @@ Key points:

* It might be worth alluding that Cargo itself is an extremely powerful and comprehensive tool. It is capable of many advanced features including but not limited to:
* Project/package structure
* [workspaces](https://doc.rust*lang.org/cargo/reference/workspaces.html)
* [workspaces]
* Dev Dependencies and Runtime Dependency management/caching
* [build scripting](https://doc.rust-lang.org/cargo/reference/build-scripts.html)
* [global installation](https://doc.rust-lang.org/cargo/commands/cargo-install.html)
* It is also extensible with sub command plugins as well (such as [cargo clippy](https://github.com/rust-lang/rust-clippy) or [cargo binstall](https://github.com/cargo-bins/cargo-binstall))
* Read more from the [official Cargo Book](https://doc.rust-lang.org/cargo/)
* [build scripting]
* [global installation]
* It is also extensible with sub command plugins as well (such as [cargo clippy]).
* Read more from the [official Cargo Book]

[editions]: https://doc.rust-lang.org/edition-guide/

[workspaces]: https://doc.rust-lang.org/cargo/reference/workspaces.html

[build scripting]: https://doc.rust-lang.org/cargo/reference/build-scripts.html

[global installation]: https://doc.rust-lang.org/cargo/commands/cargo-install.html

[cargo clippy]: https://github.com/rust-lang/rust-clippy

[official Cargo Book]: https://doc.rust-lang.org/cargo/

</details>

0 comments on commit 0eec153

Please sign in to comment.