Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Licensed under [GNU General Public License v3.0](../master/LICENSE.MD)
* [R](#r)
* [Fortran](#fortran)
* [LaTeX](#latex)
* [Rust](#rust)

[Mechanics](#mechanics)
* [Continuum Mechanics](#continuum)
Expand Down Expand Up @@ -255,6 +256,13 @@ I got inspiration from the countless awesome lists in github.
* [Learn LaTeX in 30 min](https://www.sharelatex.com/learn/Learn_LaTeX_in_30_minutes) `sharelatex`
* [EbookFoundation #LaTeX](https://github.com/EbookFoundation/free-programming-books/blob/master/free-programming-books.md#latex) `github`

### Rust
* [The Rust Programming Language](https://doc.rust-lang.org/book/), _the_ book to get started with Rust
* [The Embedded Rust Book](https://docs.rust-embedded.org/book/)
* [Awesome Embedded Rust](https://github.com/rust-embedded/awesome-embedded-rust/), a great collection of links to get started with Rust on embedded devices
* [Beginner's Series to Rust (Microsoft Learn)](https://learn.microsoft.com/en-us/shows/beginners-series-to-rust/)
* [Comprehensive Rust (Google Course)](https://google.github.io/comprehensive-rust/)

---
<div align="right">

Expand Down
3 changes: 3 additions & 0 deletions youtube-playlists.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
#### Wordpress
* [Wordpress Basics](https://www.youtube.com/playlist?list=PLC5E59DD6D84D34DC)

#### Rust
* [The Rusty Bits](https://www.youtube.com/@therustybits)

## Mechanics & Theory of Machines

### Statics and Dynamics
Expand Down