Skip to content

Commit 80c38e9

Browse files
authored
Merge pull request #2846 from ericseppanen/community-2022-01-26
community updates for 2022-01-26
2 parents f157eb3 + 0727cd4 commit 80c38e9

File tree

1 file changed

+25
-6
lines changed

1 file changed

+25
-6
lines changed

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

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

1717
### Official
18+
* [Announcing Rust 1.58.1](https://blog.rust-lang.org/2022/01/20/Rust-1.58.1.html)
19+
* [Security advisory for the standard library (CVE-2022-21658)](https://blog.rust-lang.org/2022/01/20/cve-2022-21658.html)
20+
* [Rust Compiler January 2022 Steering Cycle](https://blog.rust-lang.org/inside-rust/2022/01/18/jan-steering-cycle.html)
1821

1922
### Project/Tooling Updates
20-
* [Settings sync browser addon for rustdoc](https://gitlab.com/notriddle/rustdoc-settings-sync/-/snippets/2239910)
21-
23+
* [Rust Analyzer Changelog #113](https://rust-analyzer.github.io/thisweek/2022/01/24/changelog-113.html)
2224
* [SixtyFPS (GUI crate): Changelog for 23th of January 2022](https://sixtyfps.io/thisweek/2022-01-24.html)
23-
25+
* [Settings sync browser addon for rustdoc](https://gitlab.com/notriddle/rustdoc-settings-sync/-/snippets/2239910)
2426
* [Dotenv-linter v3.2.0: Overview](https://dotenv-linter.github.io/#/whats_new/v320)
25-
2627
* [youki 0.0.2 release](https://github.com/containers/youki/releases/tag/v0.0.2)
2728

28-
### Observations/Thoughts
29+
### Newsletters
30+
* [This Month in Rust GameDev #29 - December 2021](https://gamedev.rs/news/029/)
31+
32+
### Research
33+
* [DuVisor: a User-level Hypervisor Through Delegated Virtualization](https://arxiv.org/abs/2201.09652)
2934

35+
### Observations/Thoughts
36+
* [Being Fair about Memory Safety and Performance](https://www.thecodedmessage.com/posts/unsafe/)
37+
* [async-await: Cooperative vs Preemtive scheduling](https://kerkour.com/cooperative-vs-preemtive-scheduling/)
38+
* [Why Static Languages Suffer From Complexity](https://hirrolot.github.io/posts/why-static-languages-suffer-from-complexity)
39+
* [Async destruction on stable rust](https://github.com/vzvezda/asyncdrop/blob/main/article/async-dest.md)
3040
* [Detect unsigned integer underflow](https://frehberg.com/2022/01/rust-detect-unsigned-integer-underflow/)
41+
* [On Rust in Webdev](https://radekmie.github.io/blog/on-rust-in-webdev/)
42+
* [Unsoundness in owning_ref](https://github.com/noamtashma/owning-ref-unsoundness)
3143

3244
### Rust Walkthroughs
3345
* [Building fast Wikipedia bots in Rust](https://blog.legoktm.com/2022/01/21/building-fast-wikipedia-bots-in-rust.html)
34-
3546
* [Lowering async await in rust](https://wiki.cont.run/lowering-async-await-in-rust/)
3647
* [Publishing to crates.io](https://www.printlnhello.world/blog/publishing-to-crates-io/)
48+
* [Rain's Rust CLI recommendations](https://rust-cli-recommendations.sunshowers.io/)
49+
* [Taking Rust for a Ride to Azeroth: What writing an AH Scanner in Rust taught me](https://medium.com/digitalfrontiers/taking-rust-for-a-ride-to-azeroth-what-writing-an-ah-scanner-in-rust-taught-me-58edc936cbb)
50+
* [On self-modifying executables in Rust](https://blog.dend.ro/self-modifying-rust/)
51+
* [Using tree data structures to implement terminal split panes - more fun than it sounds](https://blog.warp.dev/using-tree-data-structures-to-implement-terminal-split-panes-more-fun-than-it-sounds/)
52+
* [Durability and Redo Logging](http://justinjaffray.com/durability-and-redo-logging/)
53+
* [video] [Messing With The Recipe](https://www.youtube.com/watch?v=m902hm3fK7Q)
54+
* [audio] [Gitoxide with Sebastian Thiel](https://rustacean-station.org/episode/055-sebastian-thiel/)
3755

3856
### Miscellaneous
57+
* [tyty](https://zackoverflow.dev/writing/tyty)
3958

4059
## Crate of the Week
4160

0 commit comments

Comments
 (0)