Skip to content

Commit ba0b3ba

Browse files
authored
Merge pull request #5437 from ericseppanen/community-544
community links for issue 544
2 parents 7644b7e + 1851695 commit ba0b3ba

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

draft/2024-04-24-this-week-in-rust.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,13 @@ and just ask the editors to select the category.
3030
### Official
3131

3232
### Foundation
33+
* [Guest Blog: Attending CISA’s Open Source Software Security Summit](https://foundation.rust-lang.org/news/attending-cisas-open-source-software-security-summit/)
3334

3435
### Newsletters
36+
* [This Month in Rust OSDev: March 2024](https://rust-osdev.com/this-month/2024-03/)
3537

3638
### Project/Tooling Updates
39+
* [lilos v1.0 released](https://cliffle.com/blog/lilos-1-0/)
3740
* [medium-to-markdown v0.1.1 : Convert your medium blogs easily into markdown files](https://medium.com/@harshiljani2002/a-parser-in-rust-to-convert-your-medium-blogs-to-markdown-84173a6c1300)
3841
* [Fluvio v0.11.6 release and project updates](https://www.fluvio.io/news/this-week-in-fluvio-0060/)
3942
* [venndb 0.4.0 - custom validators](https://github.com/plabayo/venndb/releases/tag/0.4.0)
@@ -43,14 +46,25 @@ and just ask the editors to select the category.
4346
* [video] [Demo + architecture overview of Ferrostar, a cross-platform turn-by-turn navigation SDK with a Rust core](https://www.youtube.com/watch?v=8PuWu_Pi2sk)
4447

4548
### Observations/Thoughts
49+
* [The Rust Calling Convention We Deserve](https://mcyoung.xyz/2024/04/17/calling-convention/)
50+
* [Sized, DynSized, and Unsized](https://smallcultfollowing.com/babysteps/blog/2024/04/23/dynsized-unsized/)
51+
* [Coroutines and effects](https://without.boats/blog/coroutines-and-effects/)
52+
* [Porting a cross-platform GUI application to Rust](https://hacks.mozilla.org/2024/04/porting-a-cross-platform-gui-application-to-rust/)
53+
* [Adventures In Rust: Bringing Exchange Support To Thunderbird](https://blog.thunderbird.net/2024/04/adventures-in-rust-bringing-exchange-support-to-thunderbird/)
4654

4755
### Rust Walkthroughs
4856

4957
* [Why SQLite Performance Tuning made Bencher 1200x Faster](https://bencher.dev/learn/engineering/sqlite-performance-tuning/)
5058
* [drop, the destructor of Rust structs](https://rust.code-maven.com/drop-the-destructor-of-rust-structs)
5159
* [video] [Build with Naz - Published crate r3bl_terminal_async for building async interactive CLIs in Rust](https://www.youtube.com/watch?v=X5wDVaZENOo)
60+
* [Building with AWS S3 using Rust](https://www.shuttle.rs/blog/2024/04/17/using-aws-s3-rust)
61+
* [Rust tokio task cancellation patterns](https://cybernetist.com/2024/04/19/rust-tokio-task-cancellation-patterns/)
62+
* [video] [Trent Billington - Bevy ECS - Power tool for data oriented applications](https://www.youtube.com/watch?v=ocacUsyJXpg)
63+
* [video] [Building a procedural art generator](https://www.youtube.com/watch?v=BxxUPdiBjkc)
64+
* [audio] [Isograph with Robert Balicki](https://rustacean-station.org/episode/robert-balicki/)
5265

5366
### Research
67+
* [A Study of Undefined Behavior Across Foreign Function Boundaries in Rust Libraries](https://arxiv.org/abs/2404.11671)
5468
* [Rust Digger: Does size matter? The biggest crate is 450MB; More than 100 crates are over 50MB](https://rust-digger.code-maven.com/news/biggest-crates-is-450-megabyte)
5569

5670
### Miscellaneous

0 commit comments

Comments
 (0)