Skip to content

Commit 6b819ef

Browse files
authored
Merge pull request #3 from opheron/develop
2 parents 3c06ddc + bccb7ce commit 6b819ef

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
*.code-workspace
1+
*.code-workspace
2+
.vscode/

index.md

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ This is a curated collection of useful resources for people learning the Rust pr
5959
- [Zero To Production In Rust](https://www.zero2prod.com/): "An opinionated introduction to backend development in Rust"
6060
- [Fullstack Rust](https://www.newline.co/fullstack-rust): "The complete guide to building fast, production-ready Rust apps"
6161
- [Hands-on Rust](https://pragprog.com/titles/hwrust/hands-on-rust/): "Effective Learning through 2D Game Development and Play"
62+
- [O'Reilly - Command-Line Rust](https://www.oreilly.com/library/view/command-line-rust/9781098109424/) by Ken Youens-Clark
6263

6364
### Courses
6465

@@ -120,6 +121,7 @@ This is a curated collection of useful resources for people learning the Rust pr
120121
- [Into Rust](http://intorust.com/): Screencasts for learning Rust
121122
- [Doug Milford's Rust tutorial playlist](https://www.youtube.com/watch?v=Az3jBd4xdF4&list=PLLqEtX6ql2EyPAZ1M2_C0GgVd4A-_L4_5): A quality video series teaching various aspects of Rust programming
122123
- [RustConf 2020](https://www.youtube.com/watch?v=IwPRu5FhfIQ&list=PL85XCvVPmGQijqvMcMBfYAwExx1eBu1Ei)
124+
- [Microsoft's Beginner's Series to Rust](https://docs.microsoft.com/en-us/shows/beginners-series-to-rust/)
123125
- Reddit post - ["A list of some YouTube videos (free) that you can use to help get started"](https://www.reddit.com/r/learnrust/comments/f639yg/a_list_of_some_youtube_videos_free_that_you_can/)
124126
- [RustConf 2020 - Rust for Non-Systems Programmers by Rebecca Turner](https://www.youtube.com/watch?v=BBvcK_nXUEg)
125127
- [Ryan Levick - Introduction to Rust Part 1](https://www.youtube.com/watch?v=WnWGO-tLtLA)

0 commit comments

Comments
 (0)