1. Rust Command Line Tools
  2. Preface
  3. Introduction
  4. Rust Toolchain: Rustup
  5. 1. Overview of Rustup
    1. 1.1. Installing Rust with Rustup
    2. 1.2. Showing Installed toolchains
    3. 1.3. Managing Rust Toolchains
    4. 1.4. Checking for Updates
    5. 1.5. Updating Rust
    6. 1.6. Using Custom Toolchains
    7. 1.7. Configuring Rustup
    8. 1.8. Common Rustup Commands
    9. 1.9. Rustup Default
    10. 1.10. target
    11. 1.11. component
    12. 1.12. override
    13. 1.13. run
    14. 1.14. which
    15. 1.15. doc
    16. 1.16. man
    17. 1.17. self
    18. 1.18. set
    19. 1.19. Completions
  6. Rust Package Manager: Cargo
  7. 2. Overview of Cargo
  8. 3. Creating a New Project
  9. 4. Building Projects
  10. 5. Running Projects
  11. 6. Managing Dependencies
  12. 7. Testing
  13. 8. Generating Documentation
  14. 9. Publishing Crates
  15. 10. Cargo Workspaces
  16. 11. Advanced Cargo Features
  17. 12. Common Cargo Commands
  18. Rust Documentation Tool: Rustdoc
  19. 13. Overview of Rustdoc
  20. 14. Writing Documentation Comments
  21. 15. Generating Documentation with Rustdoc
  22. 16. Documenting Code Examples
  23. 17. Using Rustdoc Attributes
  24. 18. Hosting Documentation
  25. 19. Common Rustdoc Commands
  26. Appendices
  27. 20. Appendix A: Useful Rust Resources
  28. 21. Appendix B: Common Issues and Troubleshooting
  29. 22. Appendix C: Glossary

Rust Command Line Tools

Checking for Updates