Skip to content

community links for issue 544 #5437

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions draft/2024-04-24-this-week-in-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,13 @@ and just ask the editors to select the category.
### Official

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

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

### Project/Tooling Updates
* [lilos v1.0 released](https://cliffle.com/blog/lilos-1-0/)
* [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)
* [Fluvio v0.11.6 release and project updates](https://www.fluvio.io/news/this-week-in-fluvio-0060/)
* [venndb 0.4.0 - custom validators](https://github.com/plabayo/venndb/releases/tag/0.4.0)
Expand All @@ -43,14 +46,25 @@ and just ask the editors to select the category.
* [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)

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

### Rust Walkthroughs

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

### Research
* [A Study of Undefined Behavior Across Foreign Function Boundaries in Rust Libraries](https://arxiv.org/abs/2404.11671)
* [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)

### Miscellaneous
Expand Down