Skip to content

Commit fd8f89a

Browse files
committed
added more rust learning resources
1 parent 8f34abc commit fd8f89a

File tree

1 file changed

+28
-3
lines changed

1 file changed

+28
-3
lines changed

Diff for: content/resources/_index.md

+28-3
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,37 @@ title = "Examples"
3434
description = "Collection of Rust code snippets which exemplify various Rust programming concepts."
3535

3636
[[extra.categories]]
37-
title = "Training Courses"
37+
title = "Teaching and Training"
3838

3939
[[extra.categories.resources]]
40-
title = "Comprehensive Rust 🦀: Fundamentals"
40+
title = "Comprehensive Rust 🦀"
4141
url = "https://google.github.io/comprehensive-rust/"
42-
description = "A 3-day course on Rust, covering everything from basic syntax to more advanced topics such as generics, error handling, and unsafe Rust."
42+
description = "A 3-day course on Rust, covering everything
43+
from basic syntax to more advanced topics such as
44+
generics, error handling, and unsafe Rust. Also includes
45+
'deep-dive' content on Chromium, Bare-metal and Concurrency."
46+
47+
[[extra.categories.resources]]
48+
title = "Rust 101 (Tweede Golf)"
49+
url = "https://github.com/tweedegolf/101-rs/"
50+
description = "Modular course materials for teaching Rust.
51+
Organized as four tracks: Rust Language Introduction, Rust
52+
for the Web, Rust for Systems Programming, Scientific Rust."
53+
54+
[[extra.categories.resources]]
55+
title = "Rust 101 (Ralf Jung)"
56+
url = "https://github.com/RalfJung/rust-101"
57+
description = "This course covers core Rust in detail,
58+
including advanced concepts."
59+
60+
[[extra.categories]]
61+
title = "Collected learning materials"
62+
63+
[[extra.categories.resources]]
64+
title = "rust-learning"
65+
url = "https://github.com/ctjhoa/rust-learning"
66+
description = "This is a curated collection of Rust blog
67+
posts, videos, etc focused on learning Rust."
4368

4469
[[extra.categories]]
4570
title = "By topic"

0 commit comments

Comments
 (0)