Skip to content

Commit ac9cae7

Browse files
authored
Merge pull request #5482 from ericseppanen/community-546
community links for issue 546
2 parents f120380 + ea6f64d commit ac9cae7

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

draft/2024-05-08-this-week-in-rust.md

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

3030
### Official
31+
* [Announcing Rust 1.78.0](https://blog.rust-lang.org/2024/05/02/Rust-1.78.0.html)
32+
* [Announcing Rustup 1.27.1](https://blog.rust-lang.org/2024/05/06/Rustup-1.27.1.html)
33+
* [Automatic checking of cfgs at compile-time](https://blog.rust-lang.org/2024/05/06/check-cfg.html)
34+
* [Announcing Google Summer of Code 2024 selected projects](https://blog.rust-lang.org/2024/05/01/gsoc-2024-selected-projects.html)
35+
* [Rust participates in OSPP 2024](https://blog.rust-lang.org/2024/05/07/OSPP-2024.html)
36+
* [This Development-cycle in Cargo: 1.79](https://blog.rust-lang.org/inside-rust/2024/05/07/this-development-cycle-in-cargo-1.79.html)
37+
* [Rust Project Goals Submission Period](https://blog.rust-lang.org/inside-rust/2024/05/07/announcing-project-goals.html)
3138

3239
### Foundation
40+
* [$1M Microsoft Donation to Fund Key Rust Foundation & Project Priorities](https://foundation.rust-lang.org/news/1m-microsoft-donation-to-fund-key-rust-foundation-project-priorities/)
3341

3442
### Newsletters
43+
* [This Month in Rust OSDev: April 2024](https://rust-osdev.com/this-month/2024-04/)
44+
* [This Month in Rust GameDev #50 - April 2024](https://gamedev.rs/news/050/)
3545

3646
### Project/Tooling Updates
3747

48+
* [Zed Decoded: Linux when? - Zed Blog](https://zed.dev/blog/zed-decoded-linux-when)
49+
* [image v0.25: performance improvements, production-ready WebP](https://www.reddit.com/r/rust/comments/1cj94va/image_v025_performance_improvements/)
50+
* [Changelog #232](https://rust-analyzer.github.io/thisweek/2024/05/06/changelog-232.html)
51+
* [rustc_codegen_gcc: Progress Report #32](https://blog.antoyo.xyz/rustc_codegen_gcc-progress-report-32)
52+
* [Introducing graphql-lint and gqlint](https://grafbase.com/changelog/graphql-lint)
3853
* [Meilisearch releases v1.8](https://blog.meilisearch.com/meilisearch-1-8/) - ([Rust SDK](https://github.com/meilisearch/meilisearch-rust))
3954
* [r3bl_terminal_async v0.5.2 released](https://github.com/r3bl-org/r3bl-open-core/blob/main/CHANGELOG.md#v052-2020-05-06)
4055
* [Zed Decoded: Linux when?](https://zed.dev/blog/zed-decoded-linux-when)
4156

4257
### Observations/Thoughts
43-
58+
* [Pair Your Compilers At The ABI Café - Faultlore](https://faultlore.com/blah/abi-puns/)
59+
* [Unwind considered harmful?](https://smallcultfollowing.com/babysteps/blog/2024/05/02/unwind-considered-harmful/)
60+
* [Async Rust Complexity](https://v5.chriskrycho.com/journal/async-rust-complexity/)
4461
* [Download Accelerator - Async Rust Edition](https://ochagavia.nl/blog/download-accelerator-async-rust-edition/)
62+
* [video] [David Lattimore - A Linker in the Wild](https://www.youtube.com/watch?v=WSHt3-gwVxc)
63+
* [audio] [curl - Daniel Stenberg, Open Source Maintainer and Public Speaker](https://corrode.dev/podcast/s02e01-curl/)
4564

4665
### Rust Walkthroughs
4766
* [How to rewrite a C++ codebase successfully](https://gaultier.github.io/blog/how_to_rewrite_a_cpp_codebase_successfully.html)
4867
* [Building a Redis / Kafka Data Sink in Rust](https://www.sea-ql.org/blog/2024-05-05-redis-kafka-data-sink/)
4968
* [ZH | EN] [Writing a GPT Plugin in Rust, and Lost Gems](https://ideas.reify.ing/en/blog/gpt-plugin-rust-and-lost-gems/)
5069
* [What is in a Rust Allocator?](https://blog.sulami.xyz/posts/what-is-in-a-rust-allocator/)
70+
* [How hard can generating 1024-bit primes really be?](https://glitchcomet.com/articles/1024-bit-primes/)
71+
* [STM32F4 Embedded Rust at the PAC: System Clock Configuration](https://blog.theembeddedrustacean.com/stm32f4-embedded-rust-at-the-pac-system-clock-configuration)
72+
* [video] [Make a port scanner in #rustlang with Tokio and learn async Rust](https://www.youtube.com/watch?v=J3C6sNK2wnk)
5173

5274
### Research
75+
* [VERT: Verified Equivalent Rust Transpilation with Few-Shot Learning](https://arxiv.org/abs/2404.18852)
5376

5477
### Miscellaneous
5578

0 commit comments

Comments
 (0)