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
*[Interfacing a low-level actor system to Rust async/await, part 1](https://uazu.github.io/blog/20210406.html)
39
-
*[A Tour of Safe Tracing GC Designs in Rust](https://manishearth.github.io/blog/2021/04/05/a-tour-of-safe-tracing-gc-designs-in-rust/)
40
-
*[How I Used Rust + Lunatic to Build a TelNet Chat Server with WebAssembly](https://www.hackernoon.com/how-i-used-rust-lunatic-to-build-a-telnet-chat-server-with-webassembly-rb3l33cg)
41
-
*[Eliminating Data Races in Firefox - A Technical Report](https://hacks.mozilla.org/2021/04/eliminating-data-races-in-firefox-a-technical-report/)
*[The modern packager's security nightmare](https://blogs.gentoo.org/mgorny/2021/02/19/the-modern-packagers-security-nightmare/)
44
-
*[Ordering Requests to Accelerate I/O](https://pkolaczk.github.io/disk-access-ordering/)
45
-
*[An essay of checked exceptions in Rust](https://users.rust-lang.org/t/an-essay-of-checked-exceptions-in-rust/57769)
46
-
*[Weird architectures weren't supported to begin with](https://blog.yossarian.net/2021/02/28/Weird-architectures-werent-supported-to-begin-with)
47
-
*[video][I tried learning OpenGL in 7 days - using Rust](https://youtu.be/KEQIWqSq42k)
26
+
*[podcast][Building with Rust: Tim McNamara on Rust in Action](https://anchor.fm/building-with-rust/episodes/Building-with-Rust-Tim-McNamara-on-Rust-in-Action-eugoal/a-a1ptlh)[[transcript]](https://github.com/seanchen1991/building-with-rust/blob/main/transcripts/002.md)
*[Asynchronous streams in Rust (part 1) - Futures, buffering and mysterious compilation error messages](https://gendignoux.com/blog/2021/04/01/rust-async-streams-futures-part1.html)
60
-
*[series][What would SQLite look like if written in Rust? — Part 3](https://medium.com/the-polyglot-programmer/what-would-sqlite-look-like-if-written-in-rust-part-3-edd2eefda473)
61
-
*[video][Return a value from a function in Rust](https://www.youtube.com/watch?v=YNSg7g46Hso)
62
-
*[video][Crust of Rust: Atomics and Memory Ordering](https://youtu.be/rMGWeSjctlY)
63
-
*[video][Async/Await in Rust: Introduction](https://youtu.be/FNcXf-4CLH0)
64
-
*[video][OpenVehicleDiag Rust live coding with Macchina's A0!!](https://youtu.be/zjAe-uvKMJ4)
65
-
*[video][series][Easy Rust - learn to program in Rust with simple English](https://youtube.com/playlist?list=PLfllocyHVgsRwLkTAhG0E-2QxCf-ozBkk)
66
30
67
31
### Miscellaneous
68
-
*[best-of-ml-rust: A ranked list of awesome machine learning Rust libraries](https://github.com/e-tony/best-of-ml-rust)
69
-
*[Rust in the Android platform](https://security.googleblog.com/2021/04/rust-in-android-platform.html)
@@ -87,8 +47,6 @@ Every week we highlight some tasks from the Rust community for you to pick and g
87
47
88
48
Some of these tasks may also have mentors available, visit the task page for more information.
89
49
90
-
*[dotenv-linter has several good first issues](https://github.com/dotenv-linter/dotenv-linter/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
91
-
92
50
If you are a Rust project owner and are looking for contributors, please submit tasks [here][guidelines].
@@ -210,6 +168,9 @@ decision. Express your opinions now.
210
168
### Asia Pacific
211
169
*[April 19, Wellington, NZ - IGNITION: What is Rust and why should I care? Rust at work & at play - Rust Wellington](https://www.meetup.com/Rust-Wellington/events/277270667)
212
170
171
+
### Europe
172
+
*[April 21, Moscow, Russia - Monthly Meetup - Rust Moscow](https://www.meetup.com/ru-RU/Rust-%D0%B2-%D0%9C%D0%BE%D1%81%D0%BA%D0%B2%D0%B5/events/277259838/)
173
+
213
174
If you are running a Rust event please add it to the [calendar] to get
214
175
it mentioned here. Please remember to add a link to the event too.
215
176
Email the [Rust Community Team][community] for access.
@@ -219,24 +180,6 @@ Email the [Rust Community Team][community] for access.
Copy file name to clipboardExpand all lines: links.txt
+51Lines changed: 51 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1499,3 +1499,54 @@ No newsletters this week.
1499
1499
* [Linus Torvalds weighs in on Rust language in the Linux kernel](https://arstechnica.com/gadgets/2021/03/linus-torvalds-weighs-in-on-rust-language-in-the-linux-kernel/)
* [Interfacing a low-level actor system to Rust async/await, part 1](https://uazu.github.io/blog/20210406.html)
1522
+
* [A Tour of Safe Tracing GC Designs in Rust](https://manishearth.github.io/blog/2021/04/05/a-tour-of-safe-tracing-gc-designs-in-rust/)
1523
+
* [How I Used Rust + Lunatic to Build a TelNet Chat Server with WebAssembly](https://www.hackernoon.com/how-i-used-rust-lunatic-to-build-a-telnet-chat-server-with-webassembly-rb3l33cg)
1524
+
* [Eliminating Data Races in Firefox - A Technical Report](https://hacks.mozilla.org/2021/04/eliminating-data-races-in-firefox-a-technical-report/)
* [Asynchronous streams in Rust (part 1) - Futures, buffering and mysterious compilation error messages](https://gendignoux.com/blog/2021/04/01/rust-async-streams-futures-part1.html)
1541
+
* [series] [What would SQLite look like if written in Rust? — Part 3](https://medium.com/the-polyglot-programmer/what-would-sqlite-look-like-if-written-in-rust-part-3-edd2eefda473)
1542
+
* [video] [Return a value from a function in Rust](https://www.youtube.com/watch?v=YNSg7g46Hso)
1543
+
* [video] [Crust of Rust: Atomics and Memory Ordering](https://youtu.be/rMGWeSjctlY)
1544
+
* [video] [Async/Await in Rust: Introduction](https://youtu.be/FNcXf-4CLH0)
1545
+
* [video] [OpenVehicleDiag Rust live coding with Macchina's A0!!](https://youtu.be/zjAe-uvKMJ4)
1546
+
* [video] [series] [Easy Rust - learn to program in Rust with simple English](https://youtube.com/playlist?list=PLfllocyHVgsRwLkTAhG0E-2QxCf-ozBkk)
1547
+
### Miscellaneous
1548
+
* [best-of-ml-rust: A ranked list of awesome machine learning Rust libraries](https://github.com/e-tony/best-of-ml-rust)
1549
+
* [Rust in the Android platform](https://security.googleblog.com/2021/04/rust-in-android-platform.html)
0 commit comments