You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments