Skip to content

Commit e8a884b

Browse files
committed
update rust post
1 parent 3720b6a commit e8a884b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

content/posts/learning-rust.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,24 @@ title: Learning Rust
33
date: 2025-01-11T12:08:32+01:00
44
draft: false
55
---
6+
67
## Resources
78

8-
- https://doc.rust-lang.org/book/
9+
- Why Rust? See [Considering Rust](http://youtube.com/watch?v=DnT-LUQgc7s) by Jon Gjengset
10+
- [Rust Book](https://doc.rust-lang.org/book/)
911
- [Programming Rust: Fast, Safe Systems Development](https://www.goodreads.com/book/show/25550614-programming-rust)
1012
- [Effective Rust](https://www.lurklurk.org/effective-rust/title-page.html)
11-
- [Video](https://m.youtube.com/watch?v=rAl-9HwD858&t=4s) by Jon Gjengset on lifetime annotations
13+
- [Video](https://m.youtube.com/watch?v=rAl-9HwD858&t=4s) by Jon Gjengset on lifetime annotations
1214

1315
## Projects
1416

17+
- ZMQ-based real-time streaming with UDP broadcast stream discovery
1518
- https://github.com/mloning/first-steps-in-rust (based on free [book](https://doc.rust-lang.org/book/))
1619
- https://github.com/mloning/uno-rs
1720
- https://github.com/mloning/rocket-rs
1821
- https://github.com/mloning/zero2prod-rs (based on [book](https://www.zero2prod.com))
1922

20-
## Ideas for projects
23+
### Ideas for projects
2124

2225
- [Command-line Rust](https://github.com/kyclark/command-line-rust)
2326
- https://en.wikipedia.org/wiki/Dining_philosophers_problem

0 commit comments

Comments
 (0)