Skip to content

Commit 7e18e33

Browse files
community updates for #454 (#3535)
* community updates for #454 * add a few more last-minute community links Co-authored-by: andrewpollack <[email protected]>
1 parent 2b20532 commit 7e18e33

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

draft/2022-08-10-this-week-in-rust.md

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,54 @@ and just ask the editors to select the category.
2828
-->
2929

3030
### Official
31+
* [Non-lexical lifetimes (NLL) fully stable](https://blog.rust-lang.org/2022/08/05/nll-by-default.html)
32+
* [Rust Compiler Midyear Report for 2022](https://blog.rust-lang.org/inside-rust/2022/08/08/compiler-team-2022-midyear-report.html)
33+
* [Please welcome Dan to Library Contributors](https://blog.rust-lang.org/inside-rust/2022/08/10/libs-contributors.html)
3134

3235
### Foundation
36+
* [Trademark Policy: Review and Survey](https://foundation.rust-lang.org/news/2022-08-09-trademark-policy-review-and-survey/)
3337

3438
### Newsletters
39+
* [This Month in Rust OSDev: July 2022](https://rust-osdev.com/this-month/2022-07/)
3540

3641
### Project/Tooling Updates
42+
* [Announcing: MiniRust](https://www.ralfj.de/blog/2022/08/08/minirust.html)
43+
* [Achieving A Completely Open Source Implementation of Apple Code Signing and Notarization](https://gregoryszorc.com/blog/2022/08/08/achieving-a-completely-open-source-implementation-of-apple-code-signing-and-notarization/)
44+
* [Announcing Cargo WAPM](https://adventures.michaelfbryan.com/posts/announcing-cargo-wapm/)
45+
* [rust-analyzer changelog #141](https://rust-analyzer.github.io/thisweek/2022/08/08/changelog-141.html)
46+
* [Fyrox 0.27 Feature Highlights](https://fyrox.rs/blog/post/feature-highlights-0-27/)
47+
* [rustc_codegen_gcc: Progress Report #14](https://blog.antoyo.xyz/rustc_codegen_gcc-progress-report-14)
48+
* [IntelliJ Rust: Updates For the 2022.2 Release Cycle](https://blog.jetbrains.com/rust/2022/08/03/intellij-rust-updates-for-the-2022-2-release-cycle/)
3749
* [Fornjot (code-first CAD in Rust) - Weekly Release - 2022-W32](https://www.fornjot.app/blog/weekly-release/2022-w32/)
38-
3950
* [Fang, async background processing for Rust](https://pxp9.github.io/rust/async-processing/)
40-
* [What’s New in IntelliJ Rust for 2022.2](https://blog.jetbrains.com/rust/2022/08/03/intellij-rust-updates-for-the-2022-2-release-cycle/)
4151

4252
### Observations/Thoughts
53+
* [Using unwrap() in Rust is Okay](https://blog.burntsushi.net/unwrap/)
54+
* [A performance retrospective using Rust (part 3)](https://agourlay.github.io/rust-performance-retrospective-part3/)
55+
* [The State Of Rust In 2022](https://deprogrammaticaipsum.com/the-state-of-rust-in-2022/)
56+
* [Blocking Sockets and Async](https://www.thecodedmessage.com/posts/blocking-sockets/)
57+
* [How does Rust async work?](https://aidancully.blogspot.com/2022/08/how-does-rust-async-work.html)
4358

4459
### Rust Walkthroughs
60+
* [Hot Reloading Rust — for Fun and Faster Feedback Cycles](https://robert.kra.hn/posts/hot-reloading-rust/)
61+
* [The Magic of zerocopy (compared with scroll)](https://swatinem.de/blog/magic-zerocopy/)
62+
* [Not a Yoking Matter (Zero-Copy #1)](https://manishearth.github.io/blog/2022/08/03/zero-copy-1-not-a-yoking-matter/)
63+
* [Zero-Copy All The Things! (Zero-Copy #2)](https://manishearth.github.io/blog/2022/08/03/zero-copy-2-zero-copy-all-the-things/)
64+
* [So Zero It's ... Negative? (Zero-Copy #3)](https://manishearth.github.io/blog/2022/08/03/zero-copy-3-so-zero-its-dot-dot-dot-negative/)
65+
* [What is server middleware](https://www.shuttle.rs/blog/2022/08/04/middleware)
66+
* [Rust and WebAssembly without a Bundler](https://tung.github.io/posts/rust-and-webassembly-without-a-bundler/)
67+
* [What are Rust's HTTP extensions?](https://blog.adamchalmers.com/what-are-extensions/)
68+
* [Mapping into the serde data model](https://owengage.com/writing/2022-08-05-mapping-into-the-serde-data-model/)
69+
* [Generate Enum Variant with associated values in Rust Analyzer](https://dorianlistens.com/2022/08/rust-analyzer-generate-enum-variant-with-associated-values/)
70+
* [7 ways to pass a string between 🦀 Rust and C](https://dev.to/kgrech/7-ways-to-pass-a-string-between-rust-and-c-4ieb)
71+
* [STM32F4 Embedded Rust at the HAL: I2C Temperature & Pressure Sensing with BMP180](https://apollolabsblog.hashnode.dev/stm32f4-embedded-rust-at-the-hal-i2c-temperature-pressure-sensing-with-bmp180)
4572

4673
### Research
4774

4875
### Miscellaneous
76+
* [EuroRust CFP](https://www.papercall.io/eurorust-2022)
77+
* [Bevy Jam #2](https://itch.io/jam/bevy-jam-2)
78+
* [Rust Arcade: Designing a Custom Arcade Machine](https://www.youtube.com/watch?v=1hALxNZimzc)
4979

5080
## Crate of the Week
5181

0 commit comments

Comments
 (0)