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
*[IntelliJ Rust: Updates for the 2020.2 Release](https://blog.jetbrains.com/clion/2020/08/intellij-rust-updates-for-the-2020-2-release/)
26
28
*[Headcrab: July 2020 progress report](https://headcrab.rs/2020/07/31/july-update.html)
27
29
28
30
### Newsletters
31
+
29
32
*[This Month in Rust OSDev (July 2020)](https://rust-osdev.com/this-month/2020-07/)
30
33
31
34
### Observations/Thoughts
32
35
33
-
### Learn
36
+
*[Go vs Rust: Writing a CLI tool](https://cuchi.me/posts/go-vs-rust)
37
+
*[How to speed up the Rust compiler some more in 2020](https://blog.mozilla.org/nnethercote/2020/08/05/how-to-speed-up-the-rust-compiler-some-more-in-2020/)
38
+
*[A Curious Tale of Rust TLS and Postgres in the Cloud](https://dev.to/pnehrer/a-curious-tale-of-rust-tls-and-postgres-in-the-cloud-434k)
39
+
40
+
### Learn Standard Rust
41
+
34
42
*[Learning Rust: Mindsets and Expectations](https://ferrous-systems.com/blog/mindsets-and-expectations/)
35
43
*[Understanding the Rust borrow checker](https://blog.logrocket.com/introducing-the-rust-borrow-checker/)
36
44
*[Beginner's guide to Error Handling in Rust](http://www.sheshbabu.com/posts/rust-error-handling/)
@@ -41,19 +49,30 @@ Check out [this week's *This Week in Rust Podcast*](https://rustacean-station.or
41
49
*[What You Should Know About Unsigned, Signed Integers and Casting in Rust](https://towardsdatascience.com/unsinged-signed-integers-and-casting-in-rust-9a847bfc398f)
42
50
*[Memory safety in Rust - part 2](https://hashrust.com/blog/memory-safety-in-rust-part-2/)
43
51
*[A gentle introduction to assembly with rust](https://lfn3.net/2020/08/03/a-gentle-intro-to-assembly-with-rust/)
44
-
*[Creating Linux Packages for Rust Projects (1/2)](https://ebbflow.io/blog/vending-linux-1)
45
52
*[Prevent Breaking Code Changes in Future Releases using `non exhaustive` enums in Rust](https://blog.knoldus.com/prevent-breaking-code-changes-in-future-releases-using-non-exhaustive-enums-in-rust/)
53
+
*[A Heaping Helping of Stacks](https://deislabs.io/posts/a-heaping-helping-of-stacks/)
54
+
*[Prevent Breaking Code Changes in Future Releases using `non exhaustive` enums in Rust](https://medium.com/@knoldus/prevent-breaking-code-changes-in-future-releases-using-non-exhaustive-enums-in-rust-ace1ac4650d9)
55
+
*[Rust for a Pythonista #1: Why and When?](https://dygalo.dev/blog/rust-for-a-pythonista-1/)
*[RU][Rust: работа с потоками](https://medium.com/nuances-of-programming/%D0%B8%D0%B7%D1%83%D1%87%D0%B0%D0%B5%D0%BC-rust-%D1%80%D0%B0%D0%B1%D0%BE%D1%82%D0%B0-%D1%81-%D0%BF%D0%BE%D1%82%D0%BE%D0%BA%D0%B0%D0%BC%D0%B8-56b2a31d2846)
58
+
*[video][Learning Rust by Working Through the Rustlings Exercises](https://egghead.io/playlists/learning-rust-by-solving-the-rustlings-exercises-a722)
59
+
60
+
### Learn More Rust
61
+
62
+
*[Creating Linux Packages for Rust Projects (1/2)](https://ebbflow.io/blog/vending-linux-1)
46
63
*[Operating System development tutorials in Rust on the Raspberry Pi](https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials#operating-system-development-tutorials-in-rust-on-the-raspberry-pi)
47
64
*[Reverse Engineering a USB Device with Rust](https://gill.net.in/posts/reverse-engineering-a-usb-device-with-rust/)
48
-
*[A Heaping Helping of Stacks](https://deislabs.io/posts/a-heaping-helping-of-stacks/)
49
65
*[A Simple Crud on Rust (With Rocket.rs and Diesel.rs)](https://medium.com/swlh/a-simple-crud-on-rust-with-rocket-rs-and-diesel-rs-e885672cb23d)
50
66
*[Some Learnings from Implementing a Normalizing Rust Representer](https://seanchen1991.github.io/posts/rust-representer/)
51
67
*[Countdown problem in Rust](https://amitdev.github.io/posts/2020-07-27-countdown-rust/)
52
-
*[A Curious Tale of Rust TLS and Postgres in the Cloud](https://dev.to/pnehrer/a-curious-tale-of-rust-tls-and-postgres-in-the-cloud-434k)
53
-
*[video][Learning Rust by Working Through the Rustlings Exercises](https://egghead.io/playlists/learning-rust-by-solving-the-rustlings-exercises-a722)
54
-
*[video][Hypercore Protocol in Rust](https://www.youtube.com/watch?v=2JCblJf9hFg&list=PL7sG5SCUNyeYx8wnfMOUpsh7rM_g0w_cu)
0 commit comments