Skip to content

Commit 6e7fddf

Browse files
authored
Merge branch 'master' into zero2prod-4
2 parents fe5eeb5 + 9be79a2 commit 6e7fddf

File tree

3 files changed

+86
-2
lines changed

3 files changed

+86
-2
lines changed

content/2020-09-23-this-week-in-rust.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ decision. Express your opinions now.
198198

199199
## New RFCs
200200

201-
* [RFC 2582: fix implicit auto-deref of raw pointers](https://github.com/rust-lang/rfcs/pull/2987)
202201
* [Stable Rustdoc URLs](https://github.com/rust-lang/rfcs/pull/2988)
203202

204203
# Upcoming Events

draft/2020-09-30-this-week-in-rust.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ No newsletters this week.
2626

2727
### Learn More Rust
2828
* [Are we observable yet? An introduction to Rust telemetry - Zero To Production #4](https://www.lpalmieri.com/posts/2020-09-27-zero-to-production-4-are-we-observable-yet/)
29+
* [A Fistful of States: More State Machine Patterns in Rust](https://deislabs.io/posts/a-fistful-of-states/)
2930

3031
### Project Updates
32+
* [Krustlet v0.5.0 Release](https://github.com/deislabs/krustlet/releases/tag/v0.5.0)
3133

3234
### Miscellaneous
3335

@@ -36,6 +38,8 @@ No newsletters this week.
3638
The Rust Core Team wants input from the community!
3739
If you haven't already, [read the official blog](https://blog.rust-lang.org/2020/09/03/Planning-2021-Roadmap.html) and submit a blog post - it will show up here!
3840
Here are the wonderful submissions since the call for blog posts:
41+
* [OS in Rust: An executable that runs on bare metal: Part-1](https://blog.knoldus.com/os-in-rust-an-executable-that-runs-on-bare-metal-part-1/)
42+
* [OS in Rust: An executable that runs on bare metal: Part-2](https://blog.knoldus.com/os-in-rust-an-executable-that-runs-on-bare-metal-part-2/)
3943

4044
# Crate of the Week
4145

@@ -141,6 +145,7 @@ decision. Express your opinions now.
141145
### Online
142146
* [September 29. Dallas, TX, US - Dallas Rust - Last Tuesday](https://www.meetup.com/Dallas-Rust/events/jqxqwrybcmbmc/)
143147
* [October 1. Berlin, DE - Berline.rs - Rust Hack and Learn](https://www.meetup.com/opentechschool-berlin/events/txcprrybcnbcb/)
148+
* [October 13. Saarbrücken, DE - Rust-Saar Meetup - `4u16`](https://www.meetup.com/Rust-Saar/events/273252813/)
144149

145150
### Asia Pacific
146151
* [October 5. Auckland, NZ - Rust AKL - Rust meetup](https://www.meetup.com/rust-akl/events/266876708/)
@@ -156,6 +161,8 @@ Email the [Rust Community Team][community] for access.
156161

157162
*Tweet us at [@ThisWeekInRust](https://twitter.com/ThisWeekInRust) to get your job offers listed here!*
158163

164+
[3D Driver Development Engineer - Rust tooling for GPUs at AMD (Boxborough, MA, USA)](https://jobs.amd.com/job/Boxborough-3D-Driver-Development-Engineer-80489-Mass/677678000/)
165+
159166
# Quote of the Week
160167

161168
> Sometimes you don't *want* the code to compile. The compiler's job is often to tell you that your code doesn't compile, rather than trying to find some meaning that allows compiling your code.

links.txt

Lines changed: 79 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ No newsletters this week.
188188
* [Taming nalgebra's Rustdoc](https://jack.wrenn.fyi/blog/rustdocing-nalgebra/)
189189
* [Rust in Science and ever-changing requirements](https://amanjeev.com/blog/rust-in-science-and-ever-changing-requirements)
190190
* [From @Test to #[test]: an essay about testing between Java and Rust](https://mateuscosta.me/testing-between-java-and-rust)
191-
* [What I Learnt from Benchmarking Http4k, Ktor (Kotlin) and Actix v2, v3 (Rust) Microservices](https://matej.laitl.cz/bench-rust-kotlin-microservices/)
192191
### Learn Standard Rust
193192
* [Collecting Data from an API](https://davidmaceachern.com/posts/collecting-data-from-an-api)
194193
* [SQLite File Parser Pt. 1: The Header](https://wiredforge.com/blog/sqlite-parser-pt-1/index.html)
@@ -218,3 +217,82 @@ Here are the wonderful submissions since the call for blog posts:
218217
* [Rust in 2021](https://matklad.github.io/2020/09/12/rust-in-2021.html)
219218
* [Rust 2021](https://hsivonen.fi/rust2021/)
220219

220+
Number: 357 Date: 2020-09-23
221+
222+
No newsletters this week.
223+
### Official
224+
* [Call for 2021 Roadmap Blogs Ending Soon](https://blog.rust-lang.org/2020/09/21/Scheduling-2021-Roadmap.html)
225+
* [Announcing the Error Handling Project Group](https://blog.rust-lang.org/inside-rust/2020/09/18/error-handling-wg-announcement.html)
226+
* [Inside] [Intra-doc links close to stabilization](https://blog.rust-lang.org/inside-rust/2020/09/17/stabilizing-intra-doc-links.html)
227+
### Tooling
228+
* [IntelliJ Rust Changelog #131](https://intellij-rust.github.io/2020/09/21/changelog-131.html)
229+
* [Rust Analyzer Changelog #43](https://rust-analyzer.github.io/thisweek/2020/09/21/changelog-43.html)
230+
* [Knurling-rs Changelog #1](https://ferrous-systems.com/blog/knurling-changelog-1/)
231+
### Observations/Thoughts
232+
* [Porting EBU R128 audio loudness analysis from C to Rust](https://coaxion.net/blog/2020/09/porting-ebu-r128-audio-loudness-analysis-from-c-to-rust/)
233+
* [Types Over Strings: Extensible Architectures in Rust](https://willcrichton.net/notes/types-over-strings/)
234+
* [Why Not Rust?](https://matklad.github.io//2020/09/20/why-not-rust.html)
235+
* [Why not rust for security?](https://www.cryptologie.net/article/505/why-not-rust-for-security/)
236+
* [Why Rust is not a mature programming language](https://codecs.multimedia.cx/2020/09/why-rust-is-not-a-mature-programming-language/)
237+
* [My Favorite Rust Signature](https://www.brandonsmith.ninja/blog/favorite-rust-function)
238+
* [Is Rust a Functional Language in Disguise?](https://ceronman.com/2020/09/17/is-rust-a-functional-language-in-disguise/)
239+
* [Async Iteration Semantics](https://blog.yoshuawuyts.com/async-iteration/)
240+
* [A New Backend for Cranelift, Part 1: Instruction Selection](https://cfallin.org/blog/2020/09/18/cranelift-isel-1/)
241+
* [Throw-away code](https://vorner.github.io/2020/09/20/throw-away-code.html)
242+
* [I started to learn Rust](https://jean.manguy.eu/post/i-started-to-learn-rust/)
243+
* [Pure AST based linting sucks](https://rdambrosio016.github.io/rust/2020/09/18/pure-ast-based-linting-sucks.html)
244+
* [Potential improvements for Rust embedded abstractions](https://tweedegolf.nl/blog/42/potential-improvements-for-rust-embedded-abstractions)
245+
### Learn Standard Rust
246+
* [TL;DR Rust](https://christine.website/blog/TLDR-rust-2020-09-19)
247+
* [Variables And Mutability In Rust](https://edfloreshz.blog/variables-and-mutability)
248+
* [Rust For Beginners Workshop Track](https://rustlabs.kubedaily.com/Beginners/README.html)
249+
* [Learning Rust: OMG WTF RS – resources to help you get started with Rust](https://ferrous-systems.com/blog/omg-wtf-rs-resources-to-help-you-get-started-with-rust/)
250+
* [Write your own Rust compiler plugin in only 10 lines!](https://dev.to/sam3d/write-your-own-rust-compiler-plugin-in-only-10-lines-4df4)
251+
* [Optional arguments in Rust](https://dev.to/virtualkirill/optional-arguments-in-rust-1e9g)
252+
* [Implementation of Binary Search Tree in Rust](https://medium.com/@bkuliyev/implementation-of-binary-search-tree-in-rust-ce7ce479b505)
253+
* [FR] [Le concept de “propriétaire” ou “ownership” en Rust](https://medium.com/@nunes.nelson4/le-concept-de-propri%C3%A9taire-ou-ownership-en-rust-c96d43c3375d)
254+
* [TH] [Rustler 101: Ferris Say](https://dev.to/wingyplus/rustler-101-ferris-say-3jj6)
255+
### Learn More Rust
256+
* [Dynamic Iterators](https://hole.tuziwo.info/dyn-iterator.html)
257+
* [Low-Level Academy](https://lowlvl.org/)
258+
* [Writing an HTTP(S) Tunnel in Rust with tokio.](https://medium.com/@xnuter/writing-a-modern-http-s-tunnel-in-rust-56e70d898700)
259+
* [Down the Yak Hole of TLS](https://blog.drogue.io/yak-hole-of-tls/)
260+
* [That's so Rusty: Metaprogramming](https://dev.to/imaculate3/that-s-so-rusty-metaprogramming-49mj)
261+
* [The Bevy Game Engine #1](https://dev.to/ethanyidong/the-bevy-engine-1-4k4k)
262+
* [Face Detection in Node.js with Rust and WebAssembly](https://dev.to/alabulei1/high-performance-and-safe-ai-as-a-service-in-node-js-43lg)
263+
* [video] [FLTK Rust: Using FLTK on Android](https://youtu.be/3jW_vxGmxt0)
264+
### Project Updates
265+
* [Announcing and Unpacking the New Holochain](https://medium.com/holochain/unpacking-the-new-holochain-f54da3ca99b7)
266+
### Miscellaneous
267+
* [Extended CfP deadline & new speaker perks!](https://blog.rustfest.eu/cfp-extension-new-speaker-perks)
268+
* [Neovim and Rust](https://sharksforarms.dev/posts/neovim-rust/)
269+
* [How I stopped worrying and started coding in Rust 🦀️](https://dev.to/yjdoc2/how-i-stopped-worrying-and-started-coding-in-rust-52b)
270+
* [Haskell's Children](https://owenlynch.org/posts/2020-09-16-haskells-children/)
271+
* [A Bazel Persistent Worker for Rust](https://nikhilism.com/post/2020/bazel-persistent-worker-rust/)
272+
* [ESXi Binaries with Rust](https://sbaronda.com/2020/09/20/esxi-binaries-with-rust/)
273+
* [j4rs: JavaFX support (WIP)](https://astonbitecode.github.io/blog/post/j4rs_javafx_support/)
274+
* [Porting PineTime Watch Face from C to Rust On RIOT with LVGL](https://lupyuen.github.io/pinetime-rust-riot/articles/watch_face)
275+
* [JP] [Rustのasyncでgoroutineの速度に勝つ](https://medium.com/nttlabs/rust-async-runtime-877b516d934d)
276+
# Call for Blog Posts
277+
The Rust Core Team wants input from the community!
278+
If you haven't already, [read the official blog](https://blog.rust-lang.org/2020/09/03/Planning-2021-Roadmap.html) and submit a blog post - it will show up here!
279+
Here are the wonderful submissions since the call for blog posts:
280+
* [Rust 2021 - Ethical Development](https://llogiq.github.io/2020/09/21/ethics.html)
281+
* [My Rust 2021 Wishlist for the 2021 Roadmap](https://estada.ch/2020/9/23/my-rust-2021-wishlist-for-the-2021-roadmap/)
282+
* [Rust 2021: Lower the barriers](https://blog.nindalf.com/posts/rust-2021/)
283+
* [Request for a better [patch] in cargo](https://longfangsong.github.io/2020/09/07/Rust-2021-Request-for-a-better-patch-in-cargo/)
284+
* [What I wish for #Rust2021](https://haurchefant.fr/posts/what-i-wish-for-rust2021/)
285+
* [Rust in 2021](https://www.ncameron.org/blog/rust-in-2021/)
286+
* [Rust 2021](https://gist.github.com/mark-i-m/57b51099e02f2d1fb4d4a4bf08e92965)
287+
* [As a hobbyist rust developer, I want to think less about error handling](https://mbuffett.com/posts/rust-less-error-handling/)
288+
* [Rust 2021](https://gist.github.com/pickfire/3bcceeacf0bae22dd9f03c5053a976e3)
289+
* [My Least Favorite Rust Type](https://ridiculousfish.com/blog/posts/least-favorite-rust-type.html)
290+
* [My wish list for Rust 2021](https://sam-vente.com/blog/my-rust-2021-wishlist/index.html)
291+
* [My Rust 2021 roadmap](https://www.reddit.com/r/rust/comments/imd8b8/my_rust_2021_roadmap/)
292+
* [Rust Roadmap 2021: Allowing for arbitrary size integer primitives](https://therealprof.github.io/blog/roadmap-2021-arbitrary-size-primitives/)
293+
* [Rust Roadmap 2021: Adding a useful dev mode and making it the default](https://therealprof.github.io/blog/roadmap-2021-usable-dev-mode/)
294+
* [Rust in 2021](https://jyn514.github.io/2020/09/05/Rust-in-2021.html)
295+
* [What's Stopping Me From Using Rust?](https://mgrech.dev/whats-stopping-me-from-using-rust/)
296+
* [Pastebin submission](https://pastebin.com/d6jaxh7n)
297+
* [Hacker News submission](https://news.ycombinator.com/item?id=24368077)
298+

0 commit comments

Comments
 (0)