Updates from Rust Community
Official
Announcing regex 1.9
blog.rust-lang.org
Newsletters
This Month in Rust OSDev: June 2023
rust-osdev.com
Project/Tooling Updates
Regex engine internals as a library
blog.burntsushi.net
Bevy 0.11
bevyengine.org
rustc_codegen_gcc: Progress Report #24
blog.antoyo.xyz
rust-analyzer changelog #189
rust-analyzer.github.io
Vector storage is coming to Meilisearch to empower search through AI | Rust SDK
blog.meilisearch.com
Rust on Espressif chips - June 30 2023
mabez.dev
esp-rs quarterly planning: Q3 2023
beta7.io
SQLPage • Build dynamic websites in SQL
crates.io
Observations/Thoughts
Deref specialization in const contexts
GoldsteinE/gh-blog/blob/master/const_deref_specialization/src/lib.md
How to think about async/await in Rust
cliffle.com
Back-end parallelism in the Rust compiler
nnethercote.github.io
bridging fuzzing and property testing
blog.yoshuawuyts.com
Mastering Rust: 2 Years of Building Brilliance and Lessons Learned
opeolluwa.hashnode.dev
Learning Rust - the first month
szabgab.com
Ideas for crafting CLI in Rust
dev.to
Beyond Pointers: How Rust outshines C++ with its Borrow Checker
dev.to
[audio] Shuttle with Ivan Cernja
rustacean-station.org
Rust Walkthroughs
[video] Build A Full Stack Chatbot in Rust (feat. Leptos & Rustformers)
www.youtube.com
[video] Render the Julia set in 3 dozen lines of Rust code
www.youtube.com
How We Generate JavaScript and Python SDKs From Our Canonical Rust SDK
postgresml.org
Put a Pin on That
ohadravid.github.io
Unit-testing a web service in Rust
jmmv.dev
Miscellaneous
Docker Desktop 4.21: Support for new Wasm runtimes, Docker Init support for Rust, Docker Scout Dashboard enhancements, Builds view (Beta), and more
www.docker.com
Rust Digger: identify low-hanging fruit improvements to crates
rust-digger.code-maven.com/
Official
Announcing regex 1.9
blog.rust-lang.org
Newsletters
This Month in Rust OSDev: June 2023
rust-osdev.com
Project/Tooling Updates
Regex engine internals as a library
blog.burntsushi.net
Bevy 0.11
bevyengine.org
rustc_codegen_gcc: Progress Report #24
blog.antoyo.xyz
rust-analyzer changelog #189
rust-analyzer.github.io
Vector storage is coming to Meilisearch to empower search through AI | Rust SDK
blog.meilisearch.com
Rust on Espressif chips - June 30 2023
mabez.dev
esp-rs quarterly planning: Q3 2023
beta7.io
SQLPage • Build dynamic websites in SQL
crates.io
Observations/Thoughts
Deref specialization in const contexts
GoldsteinE/gh-blog/blob/master/const_deref_specialization/src/lib.md
How to think about async/await in Rust
cliffle.com
Back-end parallelism in the Rust compiler
nnethercote.github.io
bridging fuzzing and property testing
blog.yoshuawuyts.com
Mastering Rust: 2 Years of Building Brilliance and Lessons Learned
opeolluwa.hashnode.dev
Learning Rust - the first month
szabgab.com
Ideas for crafting CLI in Rust
dev.to
Beyond Pointers: How Rust outshines C++ with its Borrow Checker
dev.to
[audio] Shuttle with Ivan Cernja
rustacean-station.org
Rust Walkthroughs
[video] Build A Full Stack Chatbot in Rust (feat. Leptos & Rustformers)
www.youtube.com
[video] Render the Julia set in 3 dozen lines of Rust code
www.youtube.com
How We Generate JavaScript and Python SDKs From Our Canonical Rust SDK
postgresml.org
Put a Pin on That
ohadravid.github.io
Unit-testing a web service in Rust
jmmv.dev
Miscellaneous
Docker Desktop 4.21: Support for new Wasm runtimes, Docker Init support for Rust, Docker Scout Dashboard enhancements, Builds view (Beta), and more
www.docker.com
Rust Digger: identify low-hanging fruit improvements to crates
rust-digger.code-maven.com/
🎉4
Crate of the week: dysk
This week's crate is dysk, a nice df like utility to display the fill level of your disks.
This week's crate is dysk, a nice df like utility to display the fill level of your disks.
👍5👎5
This week in Rust #504 — 19 jul 2023
https://this-week-in-rust.org/blog/2023/07/19/this-week-in-rust-504/
https://this-week-in-rust.org/blog/2023/07/19/this-week-in-rust-504/
Updates from Rust Community
Official
Announcing Rust 1.71.0
blog.rust-lang.org
Rustc Trait System Refactor Initiative Update
blog.rust-lang.org
Project/Tooling Updates
rust-analyzer changelog #190
rust-analyzer.github.io
Generating terminal user interfaces with Ratatui + ChatGPT
blog.orhun.dev
Kani 0.32.0 has been released!
www.reddit.com
Bevy XPBD 0.2.0: Spatial queries, Bevy 0.11 support, and a lot more
www.reddit.com
bwrap : A fast, lightweight, embedded environment-friendly Rust library for wrapping text
www.reddit.com
We Just Released our Rust Teleconferencing System for Free | Repo
www.youtube.com
Observations/Thoughts
Mutex without lock, Queue without push: cancel safety in lilos
cliffle.com
Why Rust is a great fit for embedded software - 2023 update
tweedegolf.nl
{n} times faster than C, where n = 128
ipthomas.com
I have written a JVM in Rust
andreabergia.com
On Maximizing Your Rust Code's Performance
jbecker.dev
How rustdoc achieves a genius design
blog.goose.love
ESP32 Standard Library Embedded Rust: GPIO Control
apollolabsblog.hashnode.dev
Rust vs Julia in scientific computing
mo8it.com
Writing a toy DNS resolver in Rust
stace.dev
Rust Walkthroughs
[series] Rust multi crate monorepo microservices series with Kafka, Apache Avro, OpenTelemetry tracing
medium.com/@omprakashsridharan
The easiest way to speed up Python with Rust
pythonspeed.com
Writing an AI Chatbot in Rust and Solid.js
thetechtrailblazer.blog
Simple Rust Function Macros
antoniosbarotsis.github.io
Updated fluvio SQL sink connector (repo) | Walkthrough of deduplication on write using upsert function
infinyon/sql-connector
[video] Rust Releases! Rust 1.71.0
youtu.be
ratatui 0.22.0 is released! (community fork of tui-rs)
tui-rs-revival/ratatui/releases/tag/v0.22.0
Asynchronous Rust on Cortex-M Microcontrollers
interrupt.memfault.com
Research
RustSmith: Random Differential Compiler Testing for Rust
www.doc.ic.ac.uk
Miscellaneous
[video] How Functions Function
www.youtube.com
[video] Rust's iterators are more interesting than they look
www.youtube.com
[audio] Bootstrapping Rust with Albert Larsan
rustacean-station.org
Official
Announcing Rust 1.71.0
blog.rust-lang.org
Rustc Trait System Refactor Initiative Update
blog.rust-lang.org
Project/Tooling Updates
rust-analyzer changelog #190
rust-analyzer.github.io
Generating terminal user interfaces with Ratatui + ChatGPT
blog.orhun.dev
Kani 0.32.0 has been released!
www.reddit.com
Bevy XPBD 0.2.0: Spatial queries, Bevy 0.11 support, and a lot more
www.reddit.com
bwrap : A fast, lightweight, embedded environment-friendly Rust library for wrapping text
www.reddit.com
We Just Released our Rust Teleconferencing System for Free | Repo
www.youtube.com
Observations/Thoughts
Mutex without lock, Queue without push: cancel safety in lilos
cliffle.com
Why Rust is a great fit for embedded software - 2023 update
tweedegolf.nl
{n} times faster than C, where n = 128
ipthomas.com
I have written a JVM in Rust
andreabergia.com
On Maximizing Your Rust Code's Performance
jbecker.dev
How rustdoc achieves a genius design
blog.goose.love
ESP32 Standard Library Embedded Rust: GPIO Control
apollolabsblog.hashnode.dev
Rust vs Julia in scientific computing
mo8it.com
Writing a toy DNS resolver in Rust
stace.dev
Rust Walkthroughs
[series] Rust multi crate monorepo microservices series with Kafka, Apache Avro, OpenTelemetry tracing
medium.com/@omprakashsridharan
The easiest way to speed up Python with Rust
pythonspeed.com
Writing an AI Chatbot in Rust and Solid.js
thetechtrailblazer.blog
Simple Rust Function Macros
antoniosbarotsis.github.io
Updated fluvio SQL sink connector (repo) | Walkthrough of deduplication on write using upsert function
infinyon/sql-connector
[video] Rust Releases! Rust 1.71.0
youtu.be
ratatui 0.22.0 is released! (community fork of tui-rs)
tui-rs-revival/ratatui/releases/tag/v0.22.0
Asynchronous Rust on Cortex-M Microcontrollers
interrupt.memfault.com
Research
RustSmith: Random Differential Compiler Testing for Rust
www.doc.ic.ac.uk
Miscellaneous
[video] How Functions Function
www.youtube.com
[video] Rust's iterators are more interesting than they look
www.youtube.com
[audio] Bootstrapping Rust with Albert Larsan
rustacean-station.org
🎉4👍1
Crate of the week: ratatui
This week's crate is ratatui, a crate to build rich terminal user interfaces and dashboards.
This week's crate is ratatui, a crate to build rich terminal user interfaces and dashboards.
👍6
This week in Rust #505 — 26 jul 2023
https://this-week-in-rust.org/blog/2023/07/26/this-week-in-rust-505/
https://this-week-in-rust.org/blog/2023/07/26/this-week-in-rust-505/
Updates from Rust Community
Official
crates.io Postmortem: Broken Crate Downloads
blog.rust-lang.org
July 2023 Leadership Council Update
blog.rust-lang.org
Foundation
My first three months at the Rust Foundation
foundation.rust-lang.org
Project/Tooling Updates
IntelliJ Rust Changelog #199
intellij-rust.github.io
Fyrox Game Engine 0.31
fyrox.rs
Writing a Rest HTTP Service with Axum
docs.shuttle.rs
Observations/Thoughts
Totality
blog.yoshuawuyts.com
Why the “Null” Lifetime Does Not Exist
sabrinajewson.org
First report: More than 80% of the crates link to their public VCS
rust-digger.code-maven.com
[video] Aram Drevekenin – Zellij - A terminal workspace with batteries included
www.youtube.com
Rust Walkthroughs
Make invalid states unrepresentable
geeklaunch.io
A visual tree iterator in Rust
blog.danieljanus.pl
A gentle introduction to IMAP
duesee.dev
ESP32 Standard Library Embedded Rust: UART Communication
apollolabsblog.hashnode.dev
Shuttle Launchpad #3: Sudoku, Ownership and Error Handling
www.shuttle.rs
[video] Pragmatic Intro to Rust Web Development: Overview
www.youtube.com
Research
ResourceGauge: Enabling Resource-Aware Software Components (with Rust)
www.ecrts.org
Miscellaneous
How to speed up the Rust compiler: data analysis assistance requested!
nnethercote.github.io
Programming language popularity: Rust
szabgab.com
Llama2.rs - Inference Llama 2 in one file of pure Rust
gaxler/llama2.rs/
Official
crates.io Postmortem: Broken Crate Downloads
blog.rust-lang.org
July 2023 Leadership Council Update
blog.rust-lang.org
Foundation
My first three months at the Rust Foundation
foundation.rust-lang.org
Project/Tooling Updates
IntelliJ Rust Changelog #199
intellij-rust.github.io
Fyrox Game Engine 0.31
fyrox.rs
Writing a Rest HTTP Service with Axum
docs.shuttle.rs
Observations/Thoughts
Totality
blog.yoshuawuyts.com
Why the “Null” Lifetime Does Not Exist
sabrinajewson.org
First report: More than 80% of the crates link to their public VCS
rust-digger.code-maven.com
[video] Aram Drevekenin – Zellij - A terminal workspace with batteries included
www.youtube.com
Rust Walkthroughs
Make invalid states unrepresentable
geeklaunch.io
A visual tree iterator in Rust
blog.danieljanus.pl
A gentle introduction to IMAP
duesee.dev
ESP32 Standard Library Embedded Rust: UART Communication
apollolabsblog.hashnode.dev
Shuttle Launchpad #3: Sudoku, Ownership and Error Handling
www.shuttle.rs
[video] Pragmatic Intro to Rust Web Development: Overview
www.youtube.com
Research
ResourceGauge: Enabling Resource-Aware Software Components (with Rust)
www.ecrts.org
Miscellaneous
How to speed up the Rust compiler: data analysis assistance requested!
nnethercote.github.io
Programming language popularity: Rust
szabgab.com
Llama2.rs - Inference Llama 2 in one file of pure Rust
gaxler/llama2.rs/
🎉2
Crate of the week: tower-async
This week's crate is tower-async, a currently nightly-only async library to build network servers, based on tower.
This week's crate is tower-async, a currently nightly-only async library to build network servers, based on tower.
👍4🎉1
This week in Rust #506 — 02 aug 2023
https://this-week-in-rust.org/blog/2023/08/02/this-week-in-rust-506/
https://this-week-in-rust.org/blog/2023/08/02/this-week-in-rust-506/
Updates from Rust Community
Foundation
New Rust Foundation Report Details Security Initiative Progress
foundation.rust-lang.org
Newsletters
This Month in Rust GameDev #47
gamedev.rs
Project/Tooling Updates
rust-analyzer changelog #192
rust-analyzer.github.io
iced Release 0.10.0
iced-rs/iced/releases/tag/0.10.0
Progress report on rustc_codegen_cranelift (July 2023)
bjorn3.github.io
Garde 0.12 release
www.reddit.com
tzf-rs: Get timezone via longitude&latitude in Rust in a fast way
ringsaturn/tzf-rs
Meilisearch 1.3 - new features, including vector search, ranking score details, search for facet values, and searchable fields at query time
blog.meilisearch.com
This Week in Ars Militaris #4
arsmilitaris.com/
Observations/Thoughts
Moving Ownership and Functions! - Rust for the ABSOLUTE Beginner Tutorial
www.youtube.com
High-throughput stream processing in Rust
noz.ai
A Lock-Free Vector
ibraheem.ca
A JVM in Rust part 3 - Parsing class files
andreabergia.com
Optimizing Rust programs with PGO and BOLT using cargo-pgo
kobzol.github.io
Distributing Lamport’s bakery with Automerge, and a touch of TLA+
medium.com/@polyglot_factotum
Building a Rust workspace with Bazel
www.tweag.io
Building Multiple Binaries in Rust
crustc.com
ESP32 Standard Library Embedded Rust: I2C Communication
apollolabsblog.hashnode.dev
How to write Rust unit tests for your Compute@Edge application
www.fastly.com
A random assortment of Rust notes
briankung.dev
Rusk - The transition of our Node software from Golang to Rust
dusk.network
[video] What to Expect from RustConf 2023
youtu.be
Rust Walkthroughs
How I finally understood async/await in Rust (part 3: why shouldn’t I hold a mutex guard across an await point?)
hegdenu.net
Distributed Tracing in Rust, Episode 1: logging basics
heikoseeberger.de
Ockam Routing: Building End-to-End Channels
www.ockam.io
Miscellaneous
Sniffnet is one year old today: lessons learned and next steps
GyulyVGC/sniffnet/discussions/329
[video] Physics in Bevy: What is Bevy Rapier
www.youtube.com
[video] A Simpler Way to See Results
www.youtube.com
[video] Decrusting the axum crate
www.youtube.com
Foundation
New Rust Foundation Report Details Security Initiative Progress
foundation.rust-lang.org
Newsletters
This Month in Rust GameDev #47
gamedev.rs
Project/Tooling Updates
rust-analyzer changelog #192
rust-analyzer.github.io
iced Release 0.10.0
iced-rs/iced/releases/tag/0.10.0
Progress report on rustc_codegen_cranelift (July 2023)
bjorn3.github.io
Garde 0.12 release
www.reddit.com
tzf-rs: Get timezone via longitude&latitude in Rust in a fast way
ringsaturn/tzf-rs
Meilisearch 1.3 - new features, including vector search, ranking score details, search for facet values, and searchable fields at query time
blog.meilisearch.com
This Week in Ars Militaris #4
arsmilitaris.com/
Observations/Thoughts
Moving Ownership and Functions! - Rust for the ABSOLUTE Beginner Tutorial
www.youtube.com
High-throughput stream processing in Rust
noz.ai
A Lock-Free Vector
ibraheem.ca
A JVM in Rust part 3 - Parsing class files
andreabergia.com
Optimizing Rust programs with PGO and BOLT using cargo-pgo
kobzol.github.io
Distributing Lamport’s bakery with Automerge, and a touch of TLA+
medium.com/@polyglot_factotum
Building a Rust workspace with Bazel
www.tweag.io
Building Multiple Binaries in Rust
crustc.com
ESP32 Standard Library Embedded Rust: I2C Communication
apollolabsblog.hashnode.dev
How to write Rust unit tests for your Compute@Edge application
www.fastly.com
A random assortment of Rust notes
briankung.dev
Rusk - The transition of our Node software from Golang to Rust
dusk.network
[video] What to Expect from RustConf 2023
youtu.be
Rust Walkthroughs
How I finally understood async/await in Rust (part 3: why shouldn’t I hold a mutex guard across an await point?)
hegdenu.net
Distributed Tracing in Rust, Episode 1: logging basics
heikoseeberger.de
Ockam Routing: Building End-to-End Channels
www.ockam.io
Miscellaneous
Sniffnet is one year old today: lessons learned and next steps
GyulyVGC/sniffnet/discussions/329
[video] Physics in Bevy: What is Bevy Rapier
www.youtube.com
[video] A Simpler Way to See Results
www.youtube.com
[video] Decrusting the axum crate
www.youtube.com
👍2🎉1
Crate of the week: allocator-api2
This week's crate is allocator-api2, a forward-compatibility shim to use the nightly allocator API on stable Rust.
This week's crate is allocator-api2, a forward-compatibility shim to use the nightly allocator API on stable Rust.
😢4👍1
This week in Rust #507 — 09 aug 2023
https://this-week-in-rust.org/blog/2023/08/09/this-week-in-rust-507/
https://this-week-in-rust.org/blog/2023/08/09/this-week-in-rust-507/
Updates from Rust Community
Official
2022 Annual Rust Survey Results
blog.rust-lang.org
Security advisory for Cargo (CVE-2023-38497)
blog.rust-lang.org
Announcing Rust 1.71.1
blog.rust-lang.org
Rotating Rust compiler team leadership
blog.rust-lang.org
Foundation
Announcing Speakers & Schedule for Inaugural Rust Global Event
foundation.rust-lang.org
Newsletters
This Month in Rust OSDev: July 2023
rust-osdev.com
Rust Nigeria Issue 20
rustnigeria.curated.co
Project/Tooling Updates
Turbocharging Rust Code Verification
model-checking.github.io
Changelog #193
rust-analyzer.github.io
This Week in Ars Militaris #5
arsmilitaris.com
Observations/Thoughts
No telemetry in the Rust compiler: metrics without betraying user privacy
estebank.github.io
A failed experiment with Rust static dispatch
jmmv.dev
nesting allocators
blog.yoshuawuyts.com
Allocator trait 1: Let’s talk about the Allocator trait
shift.click
How to improve Rust compiler’s CI in 2023
kobzol.github.io
Rust Pointer Metadata
bd103.github.io
Parse Prometheus Exposition format in Rust using Pest
medium.com/@miltag
Client-Side Server with Rust: A New Approach to UI Development
logankeenan.com
[video] Andreas Monitzer - Bevy-ECS explained - Rust Vienna June 2023
www.youtube.com
Rust Walkthroughs
Handling Rust enum variants with kinded crate
www.greyblake.com
Let's Build a Cargo Compatible Build Tool - Part 1
blog.mgattozzi.dev
Instrumenting Axum projects
determinate.systems
Rust Server Components
anto.pt
Optimizing Rust Enum Debug-ing with Perfect Hashing
swatinem.de
Running a Bevy game in SvelteKit
sneakycrow.dev
ESP32 Standard Library Embedded Rust: Timers
apollolabsblog.hashnode.dev
Miscellaneous
Shuttle Launchpad #5: Our first foray into traits!
www.shuttle.rs
[video] Rust API design: the curious case of Result
www.youtube.com
[video] A Tour of Iced 0.10
www.youtube.com
[video] 5 programs you can't compile with Rust
www.youtube.com
[video] Rich Terminal Interfaces with Ratatui
www.youtube.com
[video] Build a Cross Platform Mobile SDK in Rust
www.youtube.com
Official
2022 Annual Rust Survey Results
blog.rust-lang.org
Security advisory for Cargo (CVE-2023-38497)
blog.rust-lang.org
Announcing Rust 1.71.1
blog.rust-lang.org
Rotating Rust compiler team leadership
blog.rust-lang.org
Foundation
Announcing Speakers & Schedule for Inaugural Rust Global Event
foundation.rust-lang.org
Newsletters
This Month in Rust OSDev: July 2023
rust-osdev.com
Rust Nigeria Issue 20
rustnigeria.curated.co
Project/Tooling Updates
Turbocharging Rust Code Verification
model-checking.github.io
Changelog #193
rust-analyzer.github.io
This Week in Ars Militaris #5
arsmilitaris.com
Observations/Thoughts
No telemetry in the Rust compiler: metrics without betraying user privacy
estebank.github.io
A failed experiment with Rust static dispatch
jmmv.dev
nesting allocators
blog.yoshuawuyts.com
Allocator trait 1: Let’s talk about the Allocator trait
shift.click
How to improve Rust compiler’s CI in 2023
kobzol.github.io
Rust Pointer Metadata
bd103.github.io
Parse Prometheus Exposition format in Rust using Pest
medium.com/@miltag
Client-Side Server with Rust: A New Approach to UI Development
logankeenan.com
[video] Andreas Monitzer - Bevy-ECS explained - Rust Vienna June 2023
www.youtube.com
Rust Walkthroughs
Handling Rust enum variants with kinded crate
www.greyblake.com
Let's Build a Cargo Compatible Build Tool - Part 1
blog.mgattozzi.dev
Instrumenting Axum projects
determinate.systems
Rust Server Components
anto.pt
Optimizing Rust Enum Debug-ing with Perfect Hashing
swatinem.de
Running a Bevy game in SvelteKit
sneakycrow.dev
ESP32 Standard Library Embedded Rust: Timers
apollolabsblog.hashnode.dev
Miscellaneous
Shuttle Launchpad #5: Our first foray into traits!
www.shuttle.rs
[video] Rust API design: the curious case of Result
www.youtube.com
[video] A Tour of Iced 0.10
www.youtube.com
[video] 5 programs you can't compile with Rust
www.youtube.com
[video] Rich Terminal Interfaces with Ratatui
www.youtube.com
[video] Build a Cross Platform Mobile SDK in Rust
www.youtube.com
Crate of the week: deep_causality
This week's crate is deep_causality, a hyper-geometric computational causality library.
This week's crate is deep_causality, a hyper-geometric computational causality library.
This week in Rust #508 — 16 aug 2023
https://this-week-in-rust.org/blog/2023/08/16/this-week-in-rust-508/
https://this-week-in-rust.org/blog/2023/08/16/this-week-in-rust-508/
Updates from Rust Community
Foundation
Announcing the Rust Foundation’s 2023 Fellows
foundation.rust-lang.org
Newsletters
This Week in Ars Militaris VI
arsmilitaris.com
Project/Tooling Updates
rust-analyzer changelog #194
rust-analyzer.github.io
cargo-binstall v1.2.0
cargo-bins/cargo-binstall/releases/tag/v1.2.0
Announcing SeaORM 0.12
www.sea-ql.org
Observations/Thoughts
I built a garbage collector for a language that doesn’t need one
claytonwramsey.github.io
The Case for Rust on the Web
mainmatter.com
Learning Async Rust With Entirely Too Many Web Servers
ibraheem.ca
fn main( ) - Rust Type System: P2
sanjuvi.github.io
Our latest adventures with bindgen
ferrous-systems.com
Autogenerating Rust-JS bindings with UniFFI
hacks.mozilla.org
Corrode Rust Consulting
corrode.dev
Why you should consider Rust for your Lambdas
loige.co
Explaining Rust’s Deref trait
timclicks.dev
Miscellaneous
[DE] Programmiersprache Rust gewinnt im Arbeitsumfeld an Bedeutung
www.heise.de
[audio] Adopting Rust: present and future of the Rust web ecosystem, with Luca Palmieri
rustacean-station.org
[video] Physics in Bevy: How to get Rapier in your games
www.youtube.com
[video] Open the Rust compiler's puzzle book - weird-exprs.rs
www.youtube.com
[video] Causal inference in Rust - deep_causality | Crate of the Week 507
www.youtube.com
[video] Dioxus 0.4: Server Functions
www.youtube.com
[video] history.txt vs sqlite with Atuin
www.youtube.com
[video] The Database of Four Dimensional Reality - SpacetimeDB
www.youtube.com
[video] noisy material shaders in bevy
www.youtube.com
[video] I spent six months rewriting everything in Rust
www.youtube.com
[video] Game Dev Log 4 - Schedules (Entire Series)
www.youtube.com
[audio] Episode 092 - Moving to Rust in the Age of AI with Noah Gift
podcasts.google.com
Foundation
Announcing the Rust Foundation’s 2023 Fellows
foundation.rust-lang.org
Newsletters
This Week in Ars Militaris VI
arsmilitaris.com
Project/Tooling Updates
rust-analyzer changelog #194
rust-analyzer.github.io
cargo-binstall v1.2.0
cargo-bins/cargo-binstall/releases/tag/v1.2.0
Announcing SeaORM 0.12
www.sea-ql.org
Observations/Thoughts
I built a garbage collector for a language that doesn’t need one
claytonwramsey.github.io
The Case for Rust on the Web
mainmatter.com
Learning Async Rust With Entirely Too Many Web Servers
ibraheem.ca
fn main( ) - Rust Type System: P2
sanjuvi.github.io
Our latest adventures with bindgen
ferrous-systems.com
Autogenerating Rust-JS bindings with UniFFI
hacks.mozilla.org
Corrode Rust Consulting
corrode.dev
Why you should consider Rust for your Lambdas
loige.co
Explaining Rust’s Deref trait
timclicks.dev
Miscellaneous
[DE] Programmiersprache Rust gewinnt im Arbeitsumfeld an Bedeutung
www.heise.de
[audio] Adopting Rust: present and future of the Rust web ecosystem, with Luca Palmieri
rustacean-station.org
[video] Physics in Bevy: How to get Rapier in your games
www.youtube.com
[video] Open the Rust compiler's puzzle book - weird-exprs.rs
www.youtube.com
[video] Causal inference in Rust - deep_causality | Crate of the Week 507
www.youtube.com
[video] Dioxus 0.4: Server Functions
www.youtube.com
[video] history.txt vs sqlite with Atuin
www.youtube.com
[video] The Database of Four Dimensional Reality - SpacetimeDB
www.youtube.com
[video] noisy material shaders in bevy
www.youtube.com
[video] I spent six months rewriting everything in Rust
www.youtube.com
[video] Game Dev Log 4 - Schedules (Entire Series)
www.youtube.com
[audio] Episode 092 - Moving to Rust in the Age of AI with Noah Gift
podcasts.google.com
🎉2
Crate of the week: agree
This week's crate is agree, a command-line tool implementing Shamir's Secret Sharing.
This week's crate is agree, a command-line tool implementing Shamir's Secret Sharing.
This week in Rust #509 — 23 aug 2023
https://this-week-in-rust.org/blog/2023/08/23/this-week-in-rust-509/
https://this-week-in-rust.org/blog/2023/08/23/this-week-in-rust-509/
Updates from Rust Community
Newsletters
This Week in Ars Militaris VII
arsmilitaris.com
Project/Tooling Updates
actix-contrib-logger v0.1.0: drop-in replacement for the Actix Web HTTP Logger middleware
mrsarm/rust-actix-contrib-logger
Observations/Thoughts
Rust 1.71.1
youtu.be
Exploring the Rust compiler benchmark suite
kobzol.github.io
Pre-RFC: Sandboxed, deterministic, reproducible, efficient Wasm compilation of proc macros
internals.rust-lang.org
RustShip: a new Rust podcast
www.marcoieni.com
Rust Walkthroughs
Delightful command-line utilities with Rust
www.youtube.com
ESP32 Standard Library Embedded Rust: Analog Temperature Sensing using the ADC
apollolabsblog.hashnode.dev
Bare Metal Space Invaders
blog.fponzi.me
[series] Distributed Tracing in Rust, Episode 2: tracing basics
heikoseeberger.de
Secure database access using Ockam
www.ockam.io
Research
Fixing Rust Compilation Errors using LLMs
arxiv.org
Miscellaneous
Shuttle Launchpad #6: A little CRUD
www.shuttle.rs
[video]I failed to build multiplayer pong in Rust
www.youtube.com
Newsletters
This Week in Ars Militaris VII
arsmilitaris.com
Project/Tooling Updates
actix-contrib-logger v0.1.0: drop-in replacement for the Actix Web HTTP Logger middleware
mrsarm/rust-actix-contrib-logger
Observations/Thoughts
Rust 1.71.1
youtu.be
Exploring the Rust compiler benchmark suite
kobzol.github.io
Pre-RFC: Sandboxed, deterministic, reproducible, efficient Wasm compilation of proc macros
internals.rust-lang.org
RustShip: a new Rust podcast
www.marcoieni.com
Rust Walkthroughs
Delightful command-line utilities with Rust
www.youtube.com
ESP32 Standard Library Embedded Rust: Analog Temperature Sensing using the ADC
apollolabsblog.hashnode.dev
Bare Metal Space Invaders
blog.fponzi.me
[series] Distributed Tracing in Rust, Episode 2: tracing basics
heikoseeberger.de
Secure database access using Ockam
www.ockam.io
Research
Fixing Rust Compilation Errors using LLMs
arxiv.org
Miscellaneous
Shuttle Launchpad #6: A little CRUD
www.shuttle.rs
[video]I failed to build multiplayer pong in Rust
www.youtube.com
🎉3👍1
Crate of the week: document-features
This week's crate is document-features, a crate to extract documentation for the feature flags from comments in Cargo.toml.
This week's crate is document-features, a crate to extract documentation for the feature flags from comments in Cargo.toml.
🎉3👍1
This week in Rust #510 — 30 aug 2023
https://this-week-in-rust.org/blog/2023/08/30/this-week-in-rust-510/
https://this-week-in-rust.org/blog/2023/08/30/this-week-in-rust-510/