From 90e110777500c4bcefbf0adeb7a833c490c2af33 Mon Sep 17 00:00:00 2001 From: Eric Seppanen Date: Wed, 17 May 2023 09:31:36 -0700 Subject: [PATCH] community links for issue 535 --- draft/2024-02-21-this-week-in-rust.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/draft/2024-02-21-this-week-in-rust.md b/draft/2024-02-21-this-week-in-rust.md index a07c78472..d01388541 100644 --- a/draft/2024-02-21-this-week-in-rust.md +++ b/draft/2024-02-21-this-week-in-rust.md @@ -28,16 +28,34 @@ and just ask the editors to select the category. --> ### Official +* [2023 Annual Rust Survey Results](https://blog.rust-lang.org/2024/02/19/2023-Rust-Annual-Survey-2023-results.html)* [Rust participates in Google Summer of Code 2024](https://blog.rust-lang.org/2024/02/21/Rust-participates-in-GSoC-2024.html) +* [Leadership Council March Representative Selections](https://blog.rust-lang.org/inside-rust/2024/02/19/leadership-council-repr-selection.html) ### Foundation +* [Save the Date: RustConf 2024 – September 10-13](https://foundation.rust-lang.org/news/save-the-date-rustconf-2024-september-10-13/) +* [Second Security Initiative Report Details Rust Security Advancements](https://foundation.rust-lang.org/news/second-security-initiative-report-details-rust-security-advancements/) ### Newsletters ### Project/Tooling Updates +* [Bevy 0.13](https://bevyengine.org/news/bevy-0-13/) +* [Bevy XPBD 0.4: Collider Agnosticism, Layer Rework, and Bevy 0.13](https://joonaa.dev/blog/05/bevy-xpbd-0-4-0) +* [uv: Python packaging in Rust](https://astral.sh/blog/uv) +* [git-cliff: What's new in 2.0.0?](https://git-cliff.org/blog/2.0.0/) +* [rustc_codegen_gcc: Progress Report #30](https://blog.antoyo.xyz/rustc_codegen_gcc-progress-report-30) +* [RustRover Q4 2023 Feature Updates Retrospective](https://blog.jetbrains.com/rust/2024/02/14/q4-2023-features-retrospective/) +* [rust-analyzer changelog #221](https://rust-analyzer.github.io/thisweek/2024/02/19/changelog-221.html) ### Observations/Thoughts +* [FuturesUnordered and the order of futures](https://without.boats/blog/futures-unordered/) +* [Rust Tooling: 8 tools that will increase your productivity](https://www.shuttle.rs/blog/2024/02/15/best-rust-tooling) ### Rust Walkthroughs +* [From 1s to 4ms](https://registerspill.thorstenball.com/p/from-1s-to-4ms) +* [Translating OpenStreetMap data to HTML5 Canvas with Rust and WebAssembly](https://mary.codes/blog/programming/translating_openstreetmaps_to_HTML5_canvas_rust_wasm/) +* [macros_rule!](https://auroranssolis.github.io/rust/2024/02/14/macros-rule.html) +* [Implementing JWT Authentication in Rust](https://www.shuttle.rs/blog/2024/02/21/using-jwt-auth-rust) +* [video] [Safe Rust AIN'T SAFE!? (cve-rs)](https://www.youtube.com/watch?v=vfMpIsJwpjU) ### Research