wiki/content/20201119165530-rust_tooling.md

25 lines
430 B
Markdown

---
date: 2020-11-19
id: e96760a0-5816-48dd-bd21-87d8739ec3fb
title: Rust Tooling
---
# Tooling
- [rustdoc](20201119165454-rustdoc)
- [Rustc](20200918180634-rustc)
- [Cargo](20200918180750-cargo)
# External Documentation
- rls[^1]
- rust-clippy[^2]
- rustfmt[^3]
# Footnotes
[^1]: <https://github.com/rust-lang/rls>
[^2]: <https://github.com/rust-lang/rust-clippy>
[^3]: <https://github.com/rust-lang/rustfmt>