File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,21 +3,24 @@ title: Learning Rust
33date : 2025-01-11T12:08:32+01:00
44draft : 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
You can’t perform that action at this time.
0 commit comments