78de9468df
fix: typo |
||
---|---|---|
automated-tests | ||
create-a-command-line-program | ||
error-handling | ||
generic-types-traits | ||
get-started-with-rust | ||
modules-packages-crates | ||
ownership-borrowing-lifetimes | ||
take-your-first-steps-with-rust | ||
understand-common-concepts | ||
.gitignore | ||
CODE_OF_CONDUCT.md | ||
FAQ.md | ||
LICENSE | ||
LICENSE-CODE | ||
README.md | ||
SECURITY.md | ||
SUPPORT.md | ||
module-design-template.md | ||
module-proposal.md |
README.md
Learning Path: Take your first steps with Rust development
This repo contains all of the development of Rust lang content for Learn. Once content is developed here, it will be moved over to the Learn repo.
Timeline
Item | Owner | Status | Deadline |
---|---|---|---|
Propose content | @meaghanlewis | Planning | 10/15/2020 |
Request art assets | @shanama | Requested | 11/19/2020 |
Module 1 content | @tilacog + @meaghanlewis | Complete | 11/13/2020 |
Module 1 content to Aquent | @shanama | Complete | 11/24/2020 |
Module 2 content | @tilacog + @meaghanlewis | Complete | 11/16/2020 |
Module 2 content to Aquent | @shanama | Complete | 12/1/2020 |
Module 3 content | @tilacog + @meaghanlewis | Complete | 12/4/2020 |
Module 3 content to Aquent | @shanama | Complete | 12/8/2020 |
Module 4 content | @tilacog + @meaghanlewis | Complete | 12/11/2020 |
Module 4 content to Aquent | @shanama | Complete | 1/5/2021 |
Module 5 content | @tilacog + @meaghanlewis | Complete | 12/18/2020 |
Module 5 content to Aquent | @shanama | Complete | 1/12/2021 |
Module 6 content | @tilacog + @meaghanlewis | Complete | 12/31/2020 |
Module 6 content to Aquent | @shanama | Complete | 1/12/2021 |
Module 7 content | @tilacog + @meaghanlewis | Complete | 1/7/2021 |
Module 7 content to Aquent | @shanama | Complete | 1/22/2021 |
Module 8 content | @tilacog + @meaghanlewis | Complete | 1/14/2021 |
Module 8 content to Aquent | @shanama | Complete | 1/22/2021 |
Review Content | @meaghanlewis | Complete | 2/1/2021 |
Content Draft on Learn | Aquent | Complete | 2/10/2021 |
Sign off on Content on Learn | @meaghanlewis | Complete | 2/11/2021 |
Publish Content | @shanama | Complete | 2/12/2021 |
Content Overview
< Description of content here >
Type | Title | Description | Duration |
---|---|---|---|
Learning Path | Take your first steps with Rust Development | Learn about and start coding with Rust | ~6 hours |
Module | Get started with Rust | Learn about the Rust programming language. | 45 min |
Module | Understand common programming concepts | Get familiar with concepts commonly used in Rust programs. | 45 min |
Module | Learn about error handling | Understand how to handle errors in Rust programs. | 45 min |
Module | Understand ownership, borrowing and lifetimes | Learn about these concepts which make Rust unique. | 45 min |
Module | Implement generic types and traits | Understand what generic types and traits are and how to use them in Rust. | 45 min |
Module | Explore modules, packages and third-party crates | Learn about how to effectively use modules and how to integrate with packages and third-party crates | 15-45 min |
Module | Write automated tests | Learn about the types of testing you can do with Rust. | 45 min |
Module | Build a command line to-do list program | Create a command-line program to manage to-do list items from scratch. | 45 min |
Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.
When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
Trademarks
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.