Skip to content

Commit 9751e97

Browse files
authored
Merge pull request #3849 from ericseppanen/community-471
community links for issue 471
2 parents 8e5a1dd + cdd15e1 commit 9751e97

File tree

1 file changed

+27
-10
lines changed

1 file changed

+27
-10
lines changed

draft/2022-11-30-this-week-in-rust.md

Lines changed: 27 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,34 +28,51 @@ and just ask the editors to select the category.
2828
-->
2929

3030
### Official
31+
* [Please welcome The 8472 to the Library team](https://blog.rust-lang.org/inside-rust/2022/11/29/libs-member.html)
3132

3233
### Foundation
34+
* [Secure App Development with Rust's Memory Model](https://foundation.rust-lang.org/news/secure-app-development-with-rust-s-memory-model/)
3335

3436
### Newsletters
3537

3638
### Project/Tooling Updates
39+
* [Announcing axum 0.6.0](https://tokio.rs/blog/2022-11-25-announcing-axum-0-6-0)
40+
* [Redox OS 0.8.0](https://www.redox-os.org/news/release-0.8.0/)
41+
* [Releasing Yew 0.20](https://yew.rs/blog/2022/11/24/release-0-20)
42+
* [rust-analyzer changelog #157](https://rust-analyzer.github.io/thisweek/2022/11/28/changelog-157.html)
43+
* [This Week in Fyrox](https://fyrox.rs/blog/post/twif4/)
3744
* [Fornjot (code-first CAD in Rust) - Weekly Release](https://www.fornjot.app/blog/weekly-release/2022-w48/)
38-
3945
* [Unimock 0.4](https://audunhalland.github.io/blog/unimock-0-4/)
40-
4146
* [Slint 0.3.2 release](https://slint-ui.com/thisweek/2022-11-28.html)
42-
43-
* [Yew 0.20.0](https://yew.rs/blog/2022/11/24/release-0-20)
44-
4547
* [Extism: make all software programmable](https://extism.org/blog/announcing-extism)
4648

4749
### Observations/Thoughts
50+
* [Rust to assembly: Arrays, Tuples, Box, and Option handling](https://www.eventhelix.com/rust/rust-to-assembly-arrays-option-box/)
51+
* [Improving async Rust codegen](https://swatinem.de/blog/improving-async-codegen/)
52+
* [rustdoc: Recent UI and UX changes in generated documentation 2](https://blog.guillaume-gomez.fr/articles/2022-11-25+rustdoc%3A+Recent+UI+and+UX+changes+in+generated+documentation+2)
53+
* [Rust Foundation in 2023-25](https://www.ncameron.org/blog/rust-foundation-in-2023-25/)
54+
* [Follow-up to Foundation post](https://www.ncameron.org/blog/follow-up-to-foundation-post/)
55+
* [WebAssembly: TinyGo vs Rust vs AssemblyScript](https://ecostack.dev/posts/wasm-tinygo-vs-rust-vs-assemblyscript/)
4856
* [Falsehoods programmers believe about undefined behavior](https://predr.ag/blog/falsehoods-programmers-believe-about-undefined-behavior/)
57+
* [video] [Learning Rust the wrong way - Ólafur Waage - NDC TechTown 2022](https://www.youtube.com/watch?v=DL9LANLg5EA)
58+
* [video] [OS Development - One Year with Rust - by Bernhard Kauer](https://www.youtube.com/watch?v=uB9hdaPoUxg)
59+
* [video] [Embedded Rust on ESP32 - Juraj Michálek](https://www.youtube.com/watch?v=0PPPdqoDBQs)
60+
* [audio] [Leptos with Greg Johnston](https://rustacean-station.org/episode/greg-johnston/)
61+
* [audio] [Kanal with Khashayar Fereidani](https://rustacean-station.org/episode/khashayar-fereidani/)
4962

5063
### Rust Walkthroughs
51-
64+
* [Threads and messages with Rust and WebAssembly](https://www.tweag.io/blog/2022-11-24-wasm-threads-and-messages/)
65+
* [Migrating from warp to axum](https://fasterthanli.me/series/updating-fasterthanli-me-for-2022/part-2)
66+
* [Measuring the overhead of HashMaps in Rust](https://ntietz.com/blog/rust-hashmap-overhead/)
67+
* [Building an API in Rust with Rocket.rs and Diesel.rs (Clean Architecture)](https://medium.com/@jeynesbrook/building-an-api-in-rust-with-rocket-rs-and-diesel-rs-clean-architecture-8f6092ee2606)
68+
* [Avoiding Benchmarking Pitfalls with black_box in Rust](https://alic.dev/blog/blackbox.html)
69+
* [Embedded Rust & Embassy: UART Serial Communication](https://apollolabsblog.hashnode.dev/embedded-rust-embassy-uart-serial-communication)
70+
* [Rust GUI and GTK calc](https://dev.to/antonov_mike/rust-gui-and-gtk-calc-2g60)
5271
* [Fearless concurrency: multithreaded unzip](https://medium.com/@adetaylor/fearless-concurrency-a-practical-win-ae59e613c7ab)
53-
54-
### Research
55-
56-
* [Rust developers survey: coexisting Rust and C/C++ ecosystems](https://surveys.jetbrains.com/s3/rust-developers-survey)
72+
* [video] [Typesafe Router state with Axum 0.6 release](https://www.youtube.com/watch?v=UKXPleK7GkA)
5773

5874
### Miscellaneous
75+
* [JetBrains Rust developers survey](https://blog.jetbrains.com/rust/2022/11/28/rust-developers-survey/)
5976

6077
## Crate of the Week
6178

0 commit comments

Comments
 (0)