Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/incredibledevhq/rust-book-tutorial
Simplified video series of the Official Rust book documentation
https://github.com/incredibledevhq/rust-book-tutorial
rust rust-language
Last synced: about 1 month ago
JSON representation
Simplified video series of the Official Rust book documentation
- Host: GitHub
- URL: https://github.com/incredibledevhq/rust-book-tutorial
- Owner: IncredibleDevHQ
- Created: 2022-05-11T09:55:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-02T04:13:43.000Z (over 2 years ago)
- Last Synced: 2024-10-12T14:02:11.025Z (about 1 month ago)
- Topics: rust, rust-language
- Language: Rust
- Homepage:
- Size: 9.77 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust book video tutorial
A simplified and interactive video series of the official Rust book documentation. Have fun watching the video and please do note that we also have interactions enabled in the video itself for you to try out the code that is getting explained.
1. [Hello World](https://www.youtube.com/watch?v=pQUZ7NDD8gY)
2. [Intro to Cargo: The Rust build and package manager](https://www.youtube.com/watch?v=UPW8Mfd8sgw)
3. [Rust basics: Declaring variables and reading input](https://www.youtube.com/watch?v=de_W2UgvCgc)
4. [Introduction to error handling in Rust](https://www.youtube.com/watch?v=Av2eeJjZd90)
5. [Generating random number in Rust](https://www.youtube.com/watch?v=T6vPMmc9lhw)
6. [Comparing variables](https://incredible.dev/watch/xym-wdx-ldr)
7. [trim() and parse()](https://incredible.dev/watch/rxd-jqb-zue)
8. [Looping and breaking](https://incredible.dev/watch/asv-gul-hux)
9. [Handling valid user input](https://incredible.dev/watch/enm-qyp-zks)
10. [Variables and Mutability](https://incredible.dev/watch/gxf-jkt-xni)
11. [Constants in Rust](https://incredible.dev/watch/eld-lei-vcr)
12. [Shadowing in Rust](https://incredible.dev/watch/wvm-agj-vqd)