Skip to content

Commit 9a2a8c5

Browse files
authored
Merge pull request #2771 from extrawurst/community-updates-424
community updates issue 424
2 parents 43a7bb0 + c4779aa commit 9a2a8c5

File tree

1 file changed

+35
-10
lines changed

1 file changed

+35
-10
lines changed

draft/2022-01-05-this-week-in-rust.md

Lines changed: 35 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,52 @@ If you find any errors in this week's issue, [please submit a PR](https://github
1515
## Updates from Rust Community
1616

1717
### Project/Tooling Updates
18+
* [rust-analyzer in 2021](https://rust-analyzer.github.io/blog/2021/12/30/2021-recap.html)
19+
* [rust-analyzer changelog #110](https://rust-analyzer.github.io//thisweek/2022/01/03/changelog-110.html)
20+
* [The year 2021 in Dimforge and our objectives for 2022](https://dimforge.com/blog/2022/01/02/the-year-2021-in-dimforge/)
21+
* [What's new in SeaORM 0.5.0](https://www.sea-ql.org/SeaORM/blog/2022-01-01-whats-new-in-0.5.0)
22+
* [Ezio](https://www.ncameron.org/blog/ezio/)
23+
* [SixtyFPS (GUI crate): Changelog for 3rd of January 2022](https://sixtyfps.io/thisweek/2022-01-03.html)
24+
* [Introducing Dioxus v0.1](https://dioxuslabs.com/blog/introducing-dioxus/)
25+
* [SNAFU 0.7 Released](https://users.rust-lang.org/t/snafu-0-7-released/69766)
26+
* [hyper-ish 2021 in review](https://seanmonstar.com/post/672473147126300672/hyper-ish-2021-in-review)
1827
* [This Week in Glean: Glean in 2021](https://fnordig.de/2021/12/17/glean-in-2021/)
1928

20-
* [What's new in SeaORM 0.5.0](https://www.sea-ql.org/SeaORM/blog/2022-01-01-whats-new-in-0.5.0/)
21-
22-
* [SixtyFPS (GUI crate): Changelog for 2nd of January 2022](https://sixtyfps.io/thisweek/2022-01-03.html)
23-
2429
### Research
2530

2631
### Observations/Thoughts
32+
* [Ranges and suffering](https://kaylynn.gay/blog/post/rust_ranges_and_suffering)
33+
* [Why is my Rust build so slow?](https://fasterthanli.me/articles/why-is-my-rust-build-so-slow)
34+
* [Implementing Spinlock for RISC-V OS in Rust](https://vmm.dev/en/rust/spinlock.md)
35+
* [Writing bindings upside down](https://ilyabylich.svbtle.com/writing-bindings-upside-down)
36+
* [Rust 2021 – Looking Back and Forth](https://llogiq.github.io/2021/12/30/review.html)
37+
* [How a Single Line of Code Made a 24-core Server Slower Than a Laptop](https://pkolaczk.github.io/server-slower-than-a-laptop/)
38+
* [In Defense of Async: Function Colors Are Rusty](https://www.thecodedmessage.com/posts/async-colors/)
39+
* [Rust and Valgrind](https://nnethercote.github.io/2022/01/05/rust-and-valgrind.html)
40+
* [Porting Rust's std to rustix](https://blog.sunfishcode.online/port-std-to-rustix/)
41+
* [Improved portability and performance 🦀](https://pngquant.org/rust.html)
42+
* [Thoughts on return, break and continue](https://blog.oberien.de/2022/01/04/thoughts-on-return-break-continue.html)
43+
* [Parsing Decimals 4 times faster](https://cantortrading.fi/rust_decimal_str/)
44+
* [Beyond the Borrow Checker: Differential Fuzzing](https://tiemoko.com/blog/diff-fuzz/)
45+
46+
### Rust Walkthroughs
47+
* [Don't shell out!](https://fasterthanli.me/series/dont-shell-out)
48+
* [12 Rust Tips and Tricks you might not know yet](https://federicoterzi.com/blog/12-rust-tips-and-tricks-you-might-not-know-yet/)
49+
* [Indexing Strings in Rust and TypeScript: A Case Study of String](https://dawchihliou.github.io/articles/indexing-strings-in-rust-and-typescript)
50+
* [Safe && Portable Data Structure Design](https://tiemoko.com/slides/SafeAndPortableDataStructureDesign_CodeAndSupply_Dec2021.pdf)
51+
* [The joy of building a ray tracer, for fun, in Rust](https://blog.singleton.io/posts/2022-01-02-raytracing-with-rust/)
52+
* [An Introduction To Session-based Authentication In Rust](https://www.lpalmieri.com/posts/session-based-authentication-in-rust/)
2753
* [Profiling linkers](https://fasterthanli.me/articles/profiling-linkers)
2854
* [Debian's approach to Rust - Dependency handling](https://diziet.dreamwidth.org/10559.html)
29-
* [Why is my Rust build so slow?](https://fasterthanli.me/articles/why-is-my-rust-build-so-slow)
3055
* [Nine Rules for Writing Python Extensions in Rust & Rayon](https://towardsdatascience.com/nine-rules-for-writing-python-extensions-in-rust-d35ea3a4ec29?sk=f8d808d5f414154fdb811e4137011437)
3156
* [Why Rust enums are so cool](https://hashrust.com/blog/why-rust-enums-are-so-cool/)
32-
33-
### Rust Walkthroughs
34-
* [series] [Don't shell out!](https://fasterthanli.me/series/dont-shell-out)
35-
36-
* [Beyond the Borrow Checker: Differential Fuzzing](https://tiemoko.com/blog/diff-fuzz/)
57+
* [DE] [Auf Nummer sicher: Sicheres Programmieren mit Rust](https://www.heise.de/hintergrund/Auf-Nummer-sicher-Sicheres-Programmieren-mit-Rust-6302125.html)
3758

3859
### Miscellaneous
60+
* [Fluvio SmartModules with user-defined parameters](https://www.infinyon.com/blog/2021/12/smartmodule-params/)
61+
* [Audio] [LibertyOS with Daniel Teberian](https://rustacean-station.org/episode/052-daniel-teberian/)
62+
* [Video] [Web api benchmarking: Rust (Axum) vs Rust (Warp)](https://www.youtube.com/watch?v=VVKDGnWc2DA)
63+
* [Video] [Adding while statements to Rena](https://www.youtube.com/watch?v=3TuPG_9WIZw)
3964

4065
## Crate of the Week
4166

0 commit comments

Comments
 (0)