-
-
Save yaowenqiang/a842619b52760d4e2a102fb1e8be7b87 to your computer and use it in GitHub Desktop.
Revisions
-
max-itzpapalotl revised this gist
Jan 21, 2024 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,8 +11,7 @@ This is still work in progress. As you can see in the table below, I have some concrete plans for further videos and some less concrete ones, which are not yet reflected in the table below. However, this is only a side project, and I cannot hope to deliver one video per day. Let's see what I can manage. Subscribe to the [YouTube channel](https://www.youtube.com/channel/UCI-5OgQP0GYteZVe4TpQ0Aw) to see newly arrived videos. If you have suggestions for other topics, just post a comment to one of these videos. -
max-itzpapalotl revised this gist
Jan 21, 2024 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,7 +11,8 @@ This is still work in progress. As you can see in the table below, I have some concrete plans for further videos and some less concrete ones, which are not yet reflected in the table below. However, this is only a side project, and I cannot hope to deliver one video per day. Let's see what I can manage. Subscribe to the [YouTube channel] (https://www.youtube.com/channel/UCI-5OgQP0GYteZVe4TpQ0Aw) to see newly arrived videos. If you have suggestions for other topics, just post a comment to one of these videos. -
max-itzpapalotl revised this gist
Jan 21, 2024 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,11 +8,12 @@ things. Furthermore, there are links to the excellent Rust documentation. This is still work in progress. As you can see in the table below, I have some concrete plans for further videos and some less concrete ones, which are not yet reflected in the table below. However, this is only a side project, and I cannot hope to deliver one video per day. Let's see what I can manage. Subscribe to the YouTube channel to see newly arrived videos. If you have suggestions for other topics, just post a comment to one of these videos. Have fun! -
max-itzpapalotl revised this gist
Jan 21, 2024 . 1 changed file with 12 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,8 +3,18 @@ In this channel I introduce Rust for people who know C++ already. The videos are supposed to be short and cover only a single topic. Each video comes with a github gist, which contains all the code and commands for copy/paste, such that you can easily try out things. Furthermore, there are links to the excellent Rust documentation. This is still work in progress. As you can see in the table below, I have some concrete plans for further videos and some more less concrete ones, which are not yet reflected in the table below. However, this is only a side project, and I cannot hope to deliver one video per day. Let's see what I can manage. Subscribe to the YouTube channel to see newly arrived videos. Have fun! ## Overview over the episodes: -
max-itzpapalotl revised this gist
Jan 21, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -27,7 +27,7 @@ excellent Rust documentation. | 14.|rust-analyzer | [Video](https://youtu.be/kX3olkOwByk) | [Gist](https://gist.github.com/max-itzpapalotl/fa5ddcb3d0c1be1a87e15496f3cec8ee) | | 15.|String manipulation| [Video](https://youtu.be/joiaS8N71h0) | [Gist](https://gist.github.com/max-itzpapalotl/b2a918f9bfa5a3dd3cadb301f27b4fa6) | | 16.|Traits | [Video](https://youtu.be/hVxu-Pj0Q3U) | [Gist](https://gist.github.com/max-itzpapalotl/43a35ee9993fbd53bd660fa8f4f86996) | | 17.|File I/O | [Video](https://youtu.be/PkLnsLDT6gc) | [Gist](https://gist.github.com/max-itzpapalotl/7225b1a3605c6a9669700f25cad43202) | | 18.|JSON and serde | | | | 19.|Environment | | | | 20.|Match&Destructuring| | | -
max-itzpapalotl revised this gist
Jan 21, 2024 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -35,6 +35,7 @@ excellent Rust documentation. | 22.|Numbers/Strings | | | | 23.|Closures | | | | 24.|Templates/Generics | | | | 25.|Subprocesses | | | | 25.|Date and Time | | | | 26.|Containers overview| | | | 27.|Smart pointers | | | -
max-itzpapalotl revised this gist
Jan 18, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -26,7 +26,7 @@ excellent Rust documentation. | 13.|Cargo | [Video](https://youtu.be/jGp93ciVfqQ) | [Gist](https://gist.github.com/max-itzpapalotl/d2247ea6db377786c410755e94a22cf5) | | 14.|rust-analyzer | [Video](https://youtu.be/kX3olkOwByk) | [Gist](https://gist.github.com/max-itzpapalotl/fa5ddcb3d0c1be1a87e15496f3cec8ee) | | 15.|String manipulation| [Video](https://youtu.be/joiaS8N71h0) | [Gist](https://gist.github.com/max-itzpapalotl/b2a918f9bfa5a3dd3cadb301f27b4fa6) | | 16.|Traits | [Video](https://youtu.be/hVxu-Pj0Q3U) | [Gist](https://gist.github.com/max-itzpapalotl/43a35ee9993fbd53bd660fa8f4f86996) | | 17.|File I/O | | | | 18.|JSON and serde | | | | 19.|Environment | | | -
max-itzpapalotl revised this gist
Jan 14, 2024 . 1 changed file with 17 additions and 11 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -24,16 +24,22 @@ excellent Rust documentation. | 11.|Modules/Visibility | [Video](https://youtu.be/iSPQRymGw-4) | [Gist](https://gist.github.com/max-itzpapalotl/dd2593cff2918185ea8dc98cb4579fc0) | | 12.|Formatting | [Video](https://youtu.be/5KSUpOXlaio) | [Gist](https://gist.github.com/max-itzpapalotl/295a78f96345f7f0d05baa103880526d) | | 13.|Cargo | [Video](https://youtu.be/jGp93ciVfqQ) | [Gist](https://gist.github.com/max-itzpapalotl/d2247ea6db377786c410755e94a22cf5) | | 14.|rust-analyzer | [Video](https://youtu.be/kX3olkOwByk) | [Gist](https://gist.github.com/max-itzpapalotl/fa5ddcb3d0c1be1a87e15496f3cec8ee) | | 15.|String manipulation| [Video](https://youtu.be/joiaS8N71h0) | [Gist](https://gist.github.com/max-itzpapalotl/b2a918f9bfa5a3dd3cadb301f27b4fa6) | | 16.|Traits | | | | 17.|File I/O | | | | 18.|JSON and serde | | | | 19.|Environment | | | | 20.|Match&Destructuring| | | | 21.|Testing | | | | 22.|Numbers/Strings | | | | 23.|Closures | | | | 24.|Templates/Generics | | | | 25.|Date and Time | | | | 26.|Containers overview| | | | 27.|Smart pointers | | | | 28.|Threads | | | | 29.|Mutexes and locks | | | | 30.|Sync, Copy and more| | | | 31.|async fns & tokio | | | | ...|... |... |... | -
max-itzpapalotl revised this gist
Jan 12, 2024 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -22,8 +22,8 @@ excellent Rust documentation. | 9.|Enums and Matching | [Video](https://youtu.be/fOZTs290tm0) | [Gist](https://gist.github.com/max-itzpapalotl/967cf797134b5072e410dec3021ab321) | | 10.|Control Structures | [Video](https://youtu.be/0kqvopIZAXk) | [Gist](https://gist.github.com/max-itzpapalotl/21fec74a7b9fd7385e43da2469a2dd1a) | | 11.|Modules/Visibility | [Video](https://youtu.be/iSPQRymGw-4) | [Gist](https://gist.github.com/max-itzpapalotl/dd2593cff2918185ea8dc98cb4579fc0) | | 12.|Formatting | [Video](https://youtu.be/5KSUpOXlaio) | [Gist](https://gist.github.com/max-itzpapalotl/295a78f96345f7f0d05baa103880526d) | | 13.|Cargo | [Video](https://youtu.be/jGp93ciVfqQ) | [Gist](https://gist.github.com/max-itzpapalotl/d2247ea6db377786c410755e94a22cf5) | | 14.|rust-analyzer | | | | 15.|String manipulation| | | | 16.|Traits | | | -
max-itzpapalotl revised this gist
Jan 10, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -21,7 +21,7 @@ excellent Rust documentation. | 8.|HashMaps | [Video](https://youtu.be/IAegWSWCjcM) | [Gist](https://gist.github.com/max-itzpapalotl/7a75ffdf88fe5131c897ec219d119152) | | 9.|Enums and Matching | [Video](https://youtu.be/fOZTs290tm0) | [Gist](https://gist.github.com/max-itzpapalotl/967cf797134b5072e410dec3021ab321) | | 10.|Control Structures | [Video](https://youtu.be/0kqvopIZAXk) | [Gist](https://gist.github.com/max-itzpapalotl/21fec74a7b9fd7385e43da2469a2dd1a) | | 11.|Modules/Visibility | [Video](https://youtu.be/iSPQRymGw-4) | [Gist](https://gist.github.com/max-itzpapalotl/dd2593cff2918185ea8dc98cb4579fc0) | | 12.|Formatting | | | | 13.|Cargo | | | | 14.|rust-analyzer | | | -
max-itzpapalotl revised this gist
Jan 10, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,7 +20,7 @@ excellent Rust documentation. | 7.|Vectors | [Video](https://youtu.be/43smG4ZeHgM) | [Gist](https://gist.github.com/max-itzpapalotl/e27a14db8231155455ef5902a4a6792f) | | 8.|HashMaps | [Video](https://youtu.be/IAegWSWCjcM) | [Gist](https://gist.github.com/max-itzpapalotl/7a75ffdf88fe5131c897ec219d119152) | | 9.|Enums and Matching | [Video](https://youtu.be/fOZTs290tm0) | [Gist](https://gist.github.com/max-itzpapalotl/967cf797134b5072e410dec3021ab321) | | 10.|Control Structures | [Video](https://youtu.be/0kqvopIZAXk) | [Gist](https://gist.github.com/max-itzpapalotl/21fec74a7b9fd7385e43da2469a2dd1a) | | 11.|Modules/Visibility | | | | 12.|Formatting | | | | 13.|Cargo | | | -
max-itzpapalotl revised this gist
Jan 8, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -19,7 +19,7 @@ excellent Rust documentation. | 6.|Structs and Methods| [Video](https://youtu.be/G1b2k49DtVs) | [Gist](https://gist.github.com/max-itzpapalotl/818843e3e38f3daf7c4bf29c1692b57a) | | 7.|Vectors | [Video](https://youtu.be/43smG4ZeHgM) | [Gist](https://gist.github.com/max-itzpapalotl/e27a14db8231155455ef5902a4a6792f) | | 8.|HashMaps | [Video](https://youtu.be/IAegWSWCjcM) | [Gist](https://gist.github.com/max-itzpapalotl/7a75ffdf88fe5131c897ec219d119152) | | 9.|Enums and Matching | [Video](https://youtu.be/fOZTs290tm0) | [Gist](https://gist.github.com/max-itzpapalotl/967cf797134b5072e410dec3021ab321) | | 10.|Control Structures | | | | 11.|Modules/Visibility | | | | 12.|Formatting | | | -
max-itzpapalotl revised this gist
Jan 8, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -21,7 +21,7 @@ excellent Rust documentation. | 8.|HashMaps | [Video](https://youtu.be/IAegWSWCjcM) | [Gist](https://gist.github.com/max-itzpapalotl/7a75ffdf88fe5131c897ec219d119152) | | 9.|Enums and Matching | | | | 10.|Control Structures | | | | 11.|Modules/Visibility | | | | 12.|Formatting | | | | 13.|Cargo | | | | 14.|rust-analyzer | | | -
max-itzpapalotl revised this gist
Jan 7, 2024 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,8 @@ In this channel I introduce Rust for people who know C++ already. The videos are supposed to be short and cover only a single topic. Each video comes with a github gist, which contains all the code and commands for copy/paste. Furthermore, there are links to the excellent Rust documentation. ## Overview over the episodes: -
max-itzpapalotl revised this gist
Jan 7, 2024 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,11 @@ # `Rust = Future<C++>` In this channel I introduce Rust for people who know C++ already. The videos are supposed to be short and cover only a single topic. Each video comes with a github gist, which contains all the code and commands for copy/paste. ## Overview over the episodes: |Number|Title |Video | Gist | |-----:|:------------------|---------------------------------------|----------------------------------------------------------------------------------| -
max-itzpapalotl revised this gist
Jan 7, 2024 . 1 changed file with 21 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,8 +2,8 @@ Overview over the episodes: |Number|Title |Video | Gist | |-----:|:------------------|---------------------------------------|----------------------------------------------------------------------------------| | 0.|Why these videos? | [Video](https://youtu.be/2evI5QCy360) | [Gist](https://gist.github.com/max-itzpapalotl/528fb258e6bc270faa40ad0f4c0aa83f) | | 1.|Getting started | [Video](https://youtu.be/MQ-EMIEFdmg) | [Gist](https://gist.github.com/max-itzpapalotl/c0c3fb0e94276e3e0352de911457f90f) | | 2.|Functions | [Video](https://youtu.be/nEWUxencOK8) | [Gist](https://gist.github.com/max-itzpapalotl/c069707bcdd5d8e7f24733c7199323d7) | @@ -12,9 +12,22 @@ Overview over the episodes: | 5.|Tuples and Arrays | [Video](https://youtu.be/nEWUxencOK8) | [Gist](https://gist.github.com/max-itzpapalotl/709356dbed7da1e3bf32bd91a16a0a76) | | 6.|Structs and Methods| [Video](https://youtu.be/G1b2k49DtVs) | [Gist](https://gist.github.com/max-itzpapalotl/818843e3e38f3daf7c4bf29c1692b57a) | | 7.|Vectors | [Video](https://youtu.be/43smG4ZeHgM) | [Gist](https://gist.github.com/max-itzpapalotl/e27a14db8231155455ef5902a4a6792f) | | 8.|HashMaps | [Video](https://youtu.be/IAegWSWCjcM) | [Gist](https://gist.github.com/max-itzpapalotl/7a75ffdf88fe5131c897ec219d119152) | | 9.|Enums and Matching | | | | 10.|Control Structures | | | | 11.|Modules and `cargo`| | | | 12.|Formatting | | | | 13.|Cargo | | | | 14.|rust-analyzer | | | | 15.|String manipulation| | | | 16.|Traits | | | | 17.|JSON and serde | | | | 18.|Environment | | | | 19.|Match&Destructuring| | | | 20.|Testing | | | | 21.|Numbers/Strings | | | | 22.|Closures | | | | 23.|Templates/Generics | | | | 24.|Date and Time | | | | 25.|Containers overview| | | | ...|... |... |... | -
max-itzpapalotl revised this gist
Jan 7, 2024 . 1 changed file with 9 additions and 9 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,15 +4,15 @@ Overview over the episodes: |Number|Title |Video | Gist | |-----:|:------------------|------------------------------|--------------------------------------------------------------------------| | 0.|Why these videos? | [Video](https://youtu.be/2evI5QCy360) | [Gist](https://gist.github.com/max-itzpapalotl/528fb258e6bc270faa40ad0f4c0aa83f) | | 1.|Getting started | [Video](https://youtu.be/MQ-EMIEFdmg) | [Gist](https://gist.github.com/max-itzpapalotl/c0c3fb0e94276e3e0352de911457f90f) | | 2.|Functions | [Video](https://youtu.be/nEWUxencOK8) | [Gist](https://gist.github.com/max-itzpapalotl/c069707bcdd5d8e7f24733c7199323d7) | | 3.|Basic Data Types | [Video](https://youtu.be/uZ86XKJBMH0) | [Gist](https://gist.github.com/max-itzpapalotl/11379c5b70498812a2c342eca1fadc8e) | | 4.|Strings and Slices | [Video](https://youtu.be/fMt7Xi4BfZU) | [Gist](https://gist.github.com/max-itzpapalotl/f7f9fa9e32b24d51dbc37a1e33b0c00e) | | 5.|Tuples and Arrays | [Video](https://youtu.be/nEWUxencOK8) | [Gist](https://gist.github.com/max-itzpapalotl/709356dbed7da1e3bf32bd91a16a0a76) | | 6.|Structs and Methods| [Video](https://youtu.be/G1b2k49DtVs) | [Gist](https://gist.github.com/max-itzpapalotl/818843e3e38f3daf7c4bf29c1692b57a) | | 7.|Vectors | [Video](https://youtu.be/43smG4ZeHgM) | [Gist](https://gist.github.com/max-itzpapalotl/e27a14db8231155455ef5902a4a6792f) | | 8.|HashMaps | [Video](https://youtu.be/IAegWSWCjcM) | [Gist]( https://gist.github.com/max-itzpapalotl/7a75ffdf88fe5131c897ec219d119152) | | | 9.|Enums and Matching | | | | 10.|Control Structures | | | | 11.|Modules and `cargo`| | | -
max-itzpapalotl revised this gist
Jan 7, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Overview over the episodes: |Number|Title |Video | Gist | |-----:|:------------------|------------------------------|--------------------------------------------------------------------------| | 0.|Why these videos? | https://youtu.be/2evI5QCy360 | [Gist](https://gist.github.com/max-itzpapalotl/528fb258e6bc270faa40ad0f4c0aa83f) | | 1.|Getting started | https://youtu.be/MQ-EMIEFdmg | https://gist.github.com/max-itzpapalotl/c0c3fb0e94276e3e0352de911457f90f | | 2.|Functions | https://youtu.be/nEWUxencOK8 | https://gist.github.com/max-itzpapalotl/c069707bcdd5d8e7f24733c7199323d7 | | 3.|Basic Data Types | https://youtu.be/uZ86XKJBMH0 | https://gist.github.com/max-itzpapalotl/11379c5b70498812a2c342eca1fadc8e | -
max-itzpapalotl revised this gist
Jan 6, 2024 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,8 +10,8 @@ Overview over the episodes: | 3.|Basic Data Types | https://youtu.be/uZ86XKJBMH0 | https://gist.github.com/max-itzpapalotl/11379c5b70498812a2c342eca1fadc8e | | 4.|Strings and Slices | https://youtu.be/fMt7Xi4BfZU | https://gist.github.com/max-itzpapalotl/f7f9fa9e32b24d51dbc37a1e33b0c00e | | 5.|Tuples and Arrays | https://youtu.be/nEWUxencOK8 | https://gist.github.com/max-itzpapalotl/709356dbed7da1e3bf32bd91a16a0a76 | | 6.|Structs and Methods| https://youtu.be/G1b2k49DtVs | https://gist.github.com/max-itzpapalotl/818843e3e38f3daf7c4bf29c1692b57a | | 7.|Vectors | https://youtu.be/43smG4ZeHgM | https://gist.github.com/max-itzpapalotl/e27a14db8231155455ef5902a4a6792f | | 8.|HashMaps | | | | 9.|Enums and Matching | | | | 10.|Control Structures | | | -
max-itzpapalotl revised this gist
Jan 4, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Overview over the episodes: | 2.|Functions | https://youtu.be/nEWUxencOK8 | https://gist.github.com/max-itzpapalotl/c069707bcdd5d8e7f24733c7199323d7 | | 3.|Basic Data Types | https://youtu.be/uZ86XKJBMH0 | https://gist.github.com/max-itzpapalotl/11379c5b70498812a2c342eca1fadc8e | | 4.|Strings and Slices | https://youtu.be/fMt7Xi4BfZU | https://gist.github.com/max-itzpapalotl/f7f9fa9e32b24d51dbc37a1e33b0c00e | | 5.|Tuples and Arrays | https://youtu.be/nEWUxencOK8 | https://gist.github.com/max-itzpapalotl/709356dbed7da1e3bf32bd91a16a0a76 | | 6.|Structs and Methods| | | | 7.|Vectors | | | | 8.|HashMaps | | | -
max-itzpapalotl revised this gist
Jan 3, 2024 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -18,4 +18,3 @@ Overview over the episodes: | 11.|Modules and `cargo`| | | | 12.|Formatting | | | | ...|... |... |... | -
max-itzpapalotl created this gist
Jan 3, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ # `Rust = Future<C++>` Overview over the episodes: |Number|Title |Video | Gist | |-----:|:------------------|------------------------------|--------------------------------------------------------------------------| | 0.|Why these videos? | https://youtu.be/2evI5QCy360 | https://gist.github.com/max-itzpapalotl/528fb258e6bc270faa40ad0f4c0aa83f | | 1.|Getting started | https://youtu.be/MQ-EMIEFdmg | https://gist.github.com/max-itzpapalotl/c0c3fb0e94276e3e0352de911457f90f | | 2.|Functions | https://youtu.be/nEWUxencOK8 | https://gist.github.com/max-itzpapalotl/c069707bcdd5d8e7f24733c7199323d7 | | 3.|Basic Data Types | https://youtu.be/uZ86XKJBMH0 | https://gist.github.com/max-itzpapalotl/11379c5b70498812a2c342eca1fadc8e | | 4.|Strings and Slices | https://youtu.be/fMt7Xi4BfZU | https://gist.github.com/max-itzpapalotl/f7f9fa9e32b24d51dbc37a1e33b0c00e | | 5.|Tuples and Arrays | | | | 6.|Structs and Methods| | | | 7.|Vectors | | | | 8.|HashMaps | | | | 9.|Enums and Matching | | | | 10.|Control Structures | | | | 11.|Modules and `cargo`| | | | 12.|Formatting | | | | ...|... |... |... | |------|-------------------|------------------------------|--------------------------------------------------------------------------|