{"id":19184367,"url":"https://github.com/dr-saad-la/cli-rust-tools","last_synced_at":"2025-02-23T02:28:36.400Z","repository":{"id":243932483,"uuid":"813812246","full_name":"dr-saad-la/cli-rust-tools","owner":"dr-saad-la","description":"Rust Command Line Tools: A book that explains how to use rust toolchains to create and manage rust projects","archived":false,"fork":false,"pushed_at":"2024-06-12T17:24:43.000Z","size":34,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-04T04:33:13.273Z","etag":null,"topics":["cargo","rust","rust-lang","rustdoc","rustprogramming","rustprogramminglanguage","rustup"],"latest_commit_sha":null,"homepage":"https://dr-saad-la.github.io/cli-rust-tools/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dr-saad-la.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-11T19:41:19.000Z","updated_at":"2024-06-12T17:24:46.000Z","dependencies_parsed_at":"2024-06-12T04:49:38.950Z","dependency_job_id":"34fbbcdd-86c5-4598-b392-bd87bcdd7754","html_url":"https://github.com/dr-saad-la/cli-rust-tools","commit_stats":null,"previous_names":["dr-saad-la/cli-rust-tools"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dr-saad-la%2Fcli-rust-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dr-saad-la%2Fcli-rust-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dr-saad-la%2Fcli-rust-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dr-saad-la%2Fcli-rust-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dr-saad-la","download_url":"https://codeload.github.com/dr-saad-la/cli-rust-tools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240260282,"owners_count":19773303,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cargo","rust","rust-lang","rustdoc","rustprogramming","rustprogramminglanguage","rustup"],"created_at":"2024-11-09T11:06:54.004Z","updated_at":"2025-02-23T02:28:36.382Z","avatar_url":"https://github.com/dr-saad-la.png","language":null,"readme":"# Rust Command Line Tools\n\n![Static Badge](https://img.shields.io/badge/command_line_tools-rust-red) ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/dr-saad-la/cli-rust-tools/mdbook.yml)\n\n\nWelcome to the \"Rust Command Line Tools\" online book. This comprehensive guide delves into the essential command line tools for the Rust programming language, providing in-depth coverage of `rustup`, `cargo`, and `rustdoc`. Whether you are a beginner or an experienced developer, this book aims to enhance your proficiency in utilizing these tools to manage Rust projects efficiently.\n\n## Learning Objectives\n\n- Master Rust's essential command-line tools (`rustup`, `cargo`, `rustdoc`)\n- Efficiently manage Rust projects using `cargo`\n- Write clear documentation and generate high-quality docs with `rustdoc`\n- Publish and distribute Rust crates to `crates.io`\n- Collaborate effectively with `cargo` workspaces\n- Troubleshoot issues and optimize Rust projects\n\n## Table of Contents\n\n1. [Introduction](introduction.md)\n2. [Rust Toolchain: Rustup](rustup/overview.md)\n    - [Overview of Rustup](rustup/overview.md)\n    - [Installing Rust with Rustup](rustup/installation.md)\n    - [Managing Rust Toolchains](rustup/managing-toolchains.md)\n    - [Updating Rust](rustup/updating-rust.md)\n    - [Using Custom Toolchains](rustup/custom-toolchains.md)\n    - [Configuring Rustup](rustup/configuration.md)\n    - [Common Rustup Commands](rustup/common-commands.md)\n3. [Rust Package Manager: Cargo](cargo/overview.md)\n    - [Overview of Cargo](cargo/overview.md)\n    - [Creating a New Project](cargo/creating-new-project.md)\n    - [Building Projects](cargo/building-projects.md)\n    - [Running Projects](cargo/running-projects.md)\n    - [Managing Dependencies](cargo/managing-dependencies.md)\n    - [Testing](cargo/testing.md)\n    - [Generating Documentation](cargo/generating-documentation.md)\n    - [Publishing Crates](cargo/publishing-crates.md)\n    - [Cargo Workspaces](cargo/workspaces.md)\n    - [Advanced Cargo Features](cargo/advanced-features.md)\n    - [Common Cargo Commands](cargo/common-commands.md)\n4. [Rust Documentation Tool: Rustdoc](rustdoc/overview.md)\n    - [Overview of Rustdoc](rustdoc/overview.md)\n    - [Writing Documentation Comments](rustdoc/writing-doc-comments.md)\n    - [Generating Documentation with Rustdoc](rustdoc/generating-docs.md)\n    - [Documenting Code Examples](rustdoc/code-examples.md)\n    - [Using Rustdoc Attributes](rustdoc/rustdoc-attributes.md)\n    - [Hosting Documentation](rustdoc/hosting-docs.md)\n    - [Common Rustdoc Commands](rustdoc/common-commands.md)\n5. [Appendices](appendices/useful-resources.md)\n    - [Appendix A: Useful Rust Resources](appendices/useful-resources.md)\n    - [Appendix B: Common Issues and Troubleshooting](appendices/common-issues.md)\n    - [Appendix C: Glossary](appendices/glossary.md)\n\n## About the Author\n\nThis book is authored by Dr. Saad Laouadi, a data scientist, programmer and a researcher with years of experience and deep knowledge, Dr. Laouadi aims to provide readers with valuable insights and practical guidance on mastering Rust command-line tools, enabling them to unlock the full potential of the Rust ecosystem.\n\n## License\n\nThis book is licensed under the MIT License. For more details, please refer to the [LICENSE](LICENSE) file.\n\n## Contributing\n\nContributions to this book are welcome. If you have suggestions, improvements, or new content to add, please submit a pull request or open an issue on GitHub. For major changes, please open an issue first to discuss what you would like to change.\n\n## Acknowledgments\n\nSpecial thanks to the Rust community for their continuous support and contributions to the development of Rust and its ecosystem.\n\nFor further information, queries, or feedback, please contact the author at [dr.saad.laouadi@gmail.com](mailto:dr.saad.laouadi@gmail.com).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdr-saad-la%2Fcli-rust-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdr-saad-la%2Fcli-rust-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdr-saad-la%2Fcli-rust-tools/lists"}