Skip to content

Commit 76010af

Browse files
authored
Merge branch 'master' into evolution-of-rust
2 parents 9423f13 + df370c4 commit 76010af

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

content/2025-04-30-this-week-in-rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ and just ask the editors to select the category.
4949
### Rust Walkthroughs
5050
* [Freeing Up Gigabytes: Reclaiming Disk Space from Rust Cargo Builds](https://thisdavej.com/freeing-up-gigabytes-reclaiming-disk-space-from-rust-cargo-builds/)
5151
* [A Visual Journey Through Async Rust](https://github.com/alexpusch/rust-magic-patterns/blob/master/visual-journey-through-async-rust/Readme.md)
52+
* [Generating 1 Million PDFs in 10 Minutes](https://www.ersteiger.com/posts/rendering-one-million-pdfs/)
5253
* [Video] [Shipping Rust to Python, Typescript, and Ruby](https://www.youtube.com/watch?v=Zs6Uer3VAyQ)
5354
* [Video] [From Rust to C and Back Again: an introduction to "foreign functions"](https://www.youtube.com/watch?v=B4yNqR0WgYQ) ([Long Version](https://www.youtube.com/watch?v=LLAUzghhNHg))
5455
* [Video] [Internals of SlateDB: An embedded key-value store built on object storage](https://www.youtube.com/watch?v=qqF_zFWqFYk)
55-
* [Video] [Generating 1 Million PDFs in 10 Minutes](https://www.ersteiger.com/posts/rendering-one-million-pdfs/)
5656
* [Video] [RefinedRust - High-Assurance Verification of Rust Programs](https://www.youtube.com/watch?v=XR8p9R1cPC4)
5757

5858
### Miscellaneous

draft/2025-05-07-this-week-in-rust.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,12 @@ and just ask the editors to select the category.
4040

4141
### Project/Tooling Updates
4242

43+
* [Streaming data analytics, Fluvio 0.17.2 release](https://www.fluvio.io/news/this-week-in-fluvio-0074)
44+
4345
### Observations/Thoughts
4446

4547
* [The Evolution of Rust](https://ranger-ross.github.io/blog/evolution-of-rust/)
48+
* [std::mem is... interesting](https://blog.veeso.dev/blog/en/std-mem-is-interesting/)
4649

4750
### Rust Walkthroughs
4851

0 commit comments

Comments
 (0)