Skip to content

Commit fc4a011

Browse files
authored
Merge pull request #3241 from extrawurst/community-updates-442
community updates issue 442
2 parents 5819014 + 395f8ad commit fc4a011

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,35 +27,62 @@ and just ask the editors to select the category.
2727
2828
-->
2929

30+
3031
### Official
3132

33+
* [Security advisory: malicious crate rustdecimal](https://blog.rust-lang.org/2022/05/10/malicious-crate-rustdecimal.html)
34+
* [CTCFT 2022-05-16 Agenda](https://blog.rust-lang.org/inside-rust/2022/05/10/CTCFT-may.html)
35+
3236
### Foundation
3337

3438
### Newsletters
3539

40+
* [This Month in Rust OSDev: April 2022](https://rust-osdev.com/this-month/2022-04/)
41+
3642
### Project/Tooling Updates
3743

44+
* [rust-analyzer changelog #128](https://rust-analyzer.github.io/thisweek/2022/05/09/changelog-128.html)
3845
* [Fornjot 0.6](https://www.fornjot.app/blog/fornjot-0.6/)
3946
* [Announcing the Kani Rust Verifier Project](https://model-checking.github.io/kani-verifier-blog/2022/05/04/announcing-the-kani-rust-verifier-project.html)
4047
* [Slint (UI crate) weekly update -- Version 0.2.2 Release](https://slint-ui.com/thisweek/2022-05-09.html)
48+
* [Rocket's 2nd v0.5 Release Candidate - Rocket Web Framework](https://rocket.rs/v0.5-rc/news/2022-05-09-version-0.5-rc.2/)
49+
* [rustc_codegen_gcc: Progress Report #11](https://blog.antoyo.xyz/rustc_codegen_gcc-progress-report-11)
50+
* [GCC Rust Monthly Report #16 April 2022](https://thephilbert.io/2022/05/04/gcc-rust-monthly-report-16-april-2022/)
51+
* [RepliByte - An open-source tool to seed your dev database with real data](https://www.reddit.com/r/rust/comments/ukmnow/an_opensource_tool_to_seed_your_dev_database_with/)
52+
* [Introducing Crane: Composable and Cacheable Builds with Cargo and Nix](https://ipetkov.dev/blog/introducing-crane/)
53+
* [The run-up to v1.0 for Postcard](https://jamesmunns.com/blog/postcard-1-0-run/)
4154

4255
### Observations/Thoughts
4356

4457
* [Programming languages are platforms, not products](https://kerkour.com/programming-languages-are-platforms)
4558
* [Introducing Rust in security research](https://tweedegolf.nl/en/blog/71/introducing-rust-in-security-research)
59+
* [Xilem: an architecture for UI in Rust](https://raphlinus.github.io/rust/gui/2022/05/07/ui-architecture.html)
60+
* [Modeling Finite State Machines with Rust | Ramnivas Laddad](https://www.ramnivas.com/blog/2022/05/09/fsm-model-rust)
61+
* [Secure computation in Rust: Using Intel's SGX instructions with Teaclave and Fortanix](https://www.notamonadtutorial.com/secure-computation-in-rust-using-intels-sgx-instructions-with-teaclave-and-fortanix/)
62+
* [Securing Crates](https://tl8.co/entry/securing-crates)
63+
* [Over-Engineering A Fairly Simple Coding Challenge](https://ada-x64.github.io/over-engineering/)
64+
* [Building Rust code for my OpenWrt Wi-Fi router](https://blog.dend.ro/building-rust-for-routers/)
65+
* [Lisp interpreter in Rust](https://vishpat.github.io/lisp-rs/)
4666

4767
### Rust Walkthroughs
4868

4969
* [Building a crawler in Rust: Crawling a JSON API](https://kerkour.com/rust-crawler-json-api)
5070
* [Rust-raspberrypi-OS-tutorials: Tutorial 17 - Kernel Symbols](https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials/tree/master/17_kernel_symbols#readme)
5171
* [Rust-raspberrypi-OS-tutorials: Tutorial 18 - Backtracing](https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials/tree/master/18_backtrace#readme)
72+
* [Parsing/Recursive Descent Parser](https://www.huy.rocks/everyday/05-08-2022-parsing-recursive-descent-parser)
73+
* [Converting Integers to Floats Using Hyperfocus](https://blog.m-ou.se/floats/)
74+
* [Easy Lossless Trees with Nom and Rowan](https://blog.kiranshila.com/blog/easy_cst.md)
5275

5376
### Research
5477

5578
### Miscellaneous
5679

80+
* [Building a startup with Rust](https://www.shuttle.rs/blog/2021/10/08/building-a-startup-with-rust)
5781
* [Decentralized cluster membership implementation in Rust](https://quickwit.io/blog/chitchat)
5882
* [Black Hat Rust discount: Happy 2022](https://kerkour.com/black-hat-rust-discount-happy-2022)
83+
* [DE] [Redox OS: Ein Betriebssystem, geschrieben in Rust](https://www.heise.de/news/Redox-OS-Ein-Betriebssystem-geschrieben-in-Rust-7071974.html)
84+
* [video] [Let's Code Minesweeper with Rust and WASM](https://www.youtube.com/watch?v=0ywizYLPV00)
85+
* [audio] [Rust Safety with Quentin Ochem and Florian Gilcher](https://rustacean-station.org/episode/067-quentin-ochem-florian-gilcher/)
5986

6087
## Crate of the Week
6188

0 commit comments

Comments
 (0)