Skip to content

Commit d10af01

Browse files
committed
Readme update
1 parent 92c3422 commit d10af01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ A small selection of other guides and tutorial for Rust:
4040
- [Rust for Embedded C Programmers](https://docs.opentitan.org/doc/ug/rust_for_c/): covers Rust from the perspective of developers who write firmware in C.
4141
- [Rust for professionals](https://overexact.com/rust-for-professionals/): covers the syntax of Rust using side-by-side comparisons with other languages such as C, C++, Java, JavaScript, and Python.
4242
- [Rust on Exercism](https://exercism.org/tracks/rust): 100+ exercises to help you learn Rust.
43-
- [Ferrous Teaching Material](https://ferrous-systems.github.io/teaching-material/index.html): a series of small presentations covering both basic and advanced part of the Rust language. Other topics such as WebAssembly, and async/await are also covered.
43+
- [Ferrous Teaching Material - Book](https://rust-training.ferrous-systems.com/latest/book/ ): a series of small presentations covering both basic and advanced part of the Rust language. Other topics such as WebAssembly, and async/await are also covered.
44+
- [Ferrous Teaching Material - Exercises](https://rust-exercises.ferrous-systems.com/latest/book/): Ferrocus Supplement Materials - Exercises
4445
- [Beginner's Series to Rust](https://docs.microsoft.com/en-us/shows/beginners-series-to-rust/) and [Take your first steps with Rust](https://docs.microsoft.com/en-us/learn/paths/rust-first-steps/): two Rust guides aimed at new developers. The first is a set of 35 videos and the second is a set of 11 modules which covers Rust syntax and basic constructs.
4546
- [Learn Rust With Entirely Too Many Linked Lists](https://rust-unofficial.github.io/too-many-lists/): in-depth exploration of Rust's memory management rules, through implementing a few different types of list structures.
4647
- [Rustonomicon Book](https://doc.rust-lang.org/nomicon/intro.html)

0 commit comments

Comments
 (0)