Updates from Rust Community
Newsletters
Rust Nigeria #14
rustnigeria.curated.co
Project/Tooling Updates
Fornjot (code-first CAD in Rust) - Weekly Release - Really Shouldn't Be That Hard
www.fornjot.app
New release – gtk-rs
gtk-rs.org
rust-analyzer changelog #168
rust-analyzer.github.io
IntelliJ Rust Changelog #188
intellij-rust.github.io
Meilisearch releases v1.0, the first completely stable version of its open-source search engine
meilisearch/meilisearch/releases/tag/v1.0.0/
Zenoh-Flow a Rust-based data-flow programming framework build on Zenoh
zenoh.io
Nutype - the newtype with gurantees
greyblake/nutype
pavex, a new Rust web framework - Progress report #1
www.lpalmieri.com
Observations/Thoughts
How Rust went from a side project to the world’s most-loved programming language
www.technologyreview.com
The bottom emoji breaks rust-analyzer
fasterthanli.me
Rust to WebAssembly the hard way
surma.dev
From Erlang to Lunatic
mattpo.pe
STM32F4 Embedded Rust at the PAC: GPIO Control
apollolabsblog.hashnode.dev
A Case for Rust in Deep Learning
burn-rs.github.io
TrustZone, trials and tribulations
tweedegolf.nl
[video] Rust Releases! 1.67.0 & 1.67.1
www.youtube.com
Everything you didn't need to know about #[track_caller]
hegdenu.net
Rust Walkthroughs
[video] Build and deploy a Wasm smart contract with Rust-based language
www.youtube.com
[video] Write better parsers with nom_supreme
www.youtube.com
Miscellaneous
[video] From cargo to crates.io and back again
www.youtube.com
[video] Functional correctness with refinement types for Rust
m.youtube.com
[audio] Rust ABI with Aurimas Blažulionis
rustacean-station.org
[audio] What's New in Rust 1.65, 1.66, and 1.67
rustacean-station.org
[audio] Open Source Security Podcast: A lesson in Rust from Carol Nichols
opensourcesecuritypodcast.libsyn.com
Newsletters
Rust Nigeria #14
rustnigeria.curated.co
Project/Tooling Updates
Fornjot (code-first CAD in Rust) - Weekly Release - Really Shouldn't Be That Hard
www.fornjot.app
New release – gtk-rs
gtk-rs.org
rust-analyzer changelog #168
rust-analyzer.github.io
IntelliJ Rust Changelog #188
intellij-rust.github.io
Meilisearch releases v1.0, the first completely stable version of its open-source search engine
meilisearch/meilisearch/releases/tag/v1.0.0/
Zenoh-Flow a Rust-based data-flow programming framework build on Zenoh
zenoh.io
Nutype - the newtype with gurantees
greyblake/nutype
pavex, a new Rust web framework - Progress report #1
www.lpalmieri.com
Observations/Thoughts
How Rust went from a side project to the world’s most-loved programming language
www.technologyreview.com
The bottom emoji breaks rust-analyzer
fasterthanli.me
Rust to WebAssembly the hard way
surma.dev
From Erlang to Lunatic
mattpo.pe
STM32F4 Embedded Rust at the PAC: GPIO Control
apollolabsblog.hashnode.dev
A Case for Rust in Deep Learning
burn-rs.github.io
TrustZone, trials and tribulations
tweedegolf.nl
[video] Rust Releases! 1.67.0 & 1.67.1
www.youtube.com
Everything you didn't need to know about #[track_caller]
hegdenu.net
Rust Walkthroughs
[video] Build and deploy a Wasm smart contract with Rust-based language
www.youtube.com
[video] Write better parsers with nom_supreme
www.youtube.com
Miscellaneous
[video] From cargo to crates.io and back again
www.youtube.com
[video] Functional correctness with refinement types for Rust
m.youtube.com
[audio] Rust ABI with Aurimas Blažulionis
rustacean-station.org
[audio] What's New in Rust 1.65, 1.66, and 1.67
rustacean-station.org
[audio] Open Source Security Podcast: A lesson in Rust from Carol Nichols
opensourcesecuritypodcast.libsyn.com
👍5
This week in Rust #483 — 22 feb 2023
https://this-week-in-rust.org/blog/2023/02/22/this-week-in-rust-483/
https://this-week-in-rust.org/blog/2023/02/22/this-week-in-rust-483/
Updates from Rust Community
Official
Language team advisors
blog.rust-lang.org
Welcome Tyler Mandry to the Rust language team!
blog.rust-lang.org
Governance Reform RFC Announcement
blog.rust-lang.org
Project/Tooling Updates
Changelog #169
rust-analyzer.github.io
Rust now available for Real-Time Operating System and Hypervisor PikeOS
www.sysgo.com
Announcing Relm4 v0.5
relm4.org
Fornjot (code-first CAD in Rust) - Weekly Release - Accidental Side-Effect
www.fornjot.app
Observations/Thoughts
Why is building a UI in Rust so hard?
www.warp.dev
Lightweight, Predictable Async Send Bounds
theincredibleholk.org
Return type notation (send bounds, part 2)
smallcultfollowing.com
Faking Algebraic Effects and Handlers With Traits: A Rust Design Pattern
blog.shtsoft.eu
winnow = toml_edit + combine + nom
epage.github.io
Battle Of The Backends: Rust vs. Go vs. C# vs. Kotlin - inovex GmbH
www.inovex.de
The Bull Case for Rust on the Web
driftingin.space
I love building a startup in Rust. I wouldn't pick it again.
www.propelauth.com
Rust development for the Raspberry PI on Apple Silicon
manuel.bernhardt.io
Rust Walkthroughs
Learn how to build and deploy a down detector Telegram bot in Rust
joshmo.hashnode.dev
Compile Time Correctness: Type State
peace.mk
Build a casual side scroller with Rust
www.ardanlabs.com
True Observer Pattern with Unsubscribe mechanism using Rust
ybnesm.github.io
Refactoring in Rust: Abstraction with the Newtype Pattern
fettblog.eu
Rust to WebAssembly the hard way
surma.dev
STM32F4 Embedded Rust at the PAC: System Clock Configuration
apollolabsblog.hashnode.dev
Implement base64 encoding using Rust - (Part 1) Base64 for non-unicode characters
dev.to
Build a Apache Kafka Producer/Consumer Application in Rust
dev.to
Learning Rust by Building a To-Do App
dev.to
A Nibble of Quadtrees in Rust
dev.to
Embedded Rust on ESP32C3 Board, a Hands-on Quickstart Guide
dev.to
How to make a Text Adventure game in Rust - X - More Attributes
www.riskpeep.com
Nothing in Rust
geeklaunch.io
[ES] Aprendiendo Rust 🦀️ II. Programming a guessing game
dev.to
[video] Speed up your Rust code with Rayon
youtu.be
[video] Making Custom Asset Types: Platformer In Bevy #4
youtu.be
Implementing a Binary Tree in Rust
rusty-ferris.pages.dev
Run WebAssembly from your Rust Program
21-lessons.com
Research
The Usability of Advanced Type Systems: Rust as a Case Study
arxiv.org
Miscellaneous
Learn Rust With JetBrains IDEs
blog.jetbrains.com
Rust in Rhymes II explainer
llogiq.github.io
[audio] Lodestone with Wilbur Zhang, Peter Jiang, and Kevin Huang
rustacean-station.org
Rust Nation UK 2023
www.jetstack.io
Official
Language team advisors
blog.rust-lang.org
Welcome Tyler Mandry to the Rust language team!
blog.rust-lang.org
Governance Reform RFC Announcement
blog.rust-lang.org
Project/Tooling Updates
Changelog #169
rust-analyzer.github.io
Rust now available for Real-Time Operating System and Hypervisor PikeOS
www.sysgo.com
Announcing Relm4 v0.5
relm4.org
Fornjot (code-first CAD in Rust) - Weekly Release - Accidental Side-Effect
www.fornjot.app
Observations/Thoughts
Why is building a UI in Rust so hard?
www.warp.dev
Lightweight, Predictable Async Send Bounds
theincredibleholk.org
Return type notation (send bounds, part 2)
smallcultfollowing.com
Faking Algebraic Effects and Handlers With Traits: A Rust Design Pattern
blog.shtsoft.eu
winnow = toml_edit + combine + nom
epage.github.io
Battle Of The Backends: Rust vs. Go vs. C# vs. Kotlin - inovex GmbH
www.inovex.de
The Bull Case for Rust on the Web
driftingin.space
I love building a startup in Rust. I wouldn't pick it again.
www.propelauth.com
Rust development for the Raspberry PI on Apple Silicon
manuel.bernhardt.io
Rust Walkthroughs
Learn how to build and deploy a down detector Telegram bot in Rust
joshmo.hashnode.dev
Compile Time Correctness: Type State
peace.mk
Build a casual side scroller with Rust
www.ardanlabs.com
True Observer Pattern with Unsubscribe mechanism using Rust
ybnesm.github.io
Refactoring in Rust: Abstraction with the Newtype Pattern
fettblog.eu
Rust to WebAssembly the hard way
surma.dev
STM32F4 Embedded Rust at the PAC: System Clock Configuration
apollolabsblog.hashnode.dev
Implement base64 encoding using Rust - (Part 1) Base64 for non-unicode characters
dev.to
Build a Apache Kafka Producer/Consumer Application in Rust
dev.to
Learning Rust by Building a To-Do App
dev.to
A Nibble of Quadtrees in Rust
dev.to
Embedded Rust on ESP32C3 Board, a Hands-on Quickstart Guide
dev.to
How to make a Text Adventure game in Rust - X - More Attributes
www.riskpeep.com
Nothing in Rust
geeklaunch.io
[ES] Aprendiendo Rust 🦀️ II. Programming a guessing game
dev.to
[video] Speed up your Rust code with Rayon
youtu.be
[video] Making Custom Asset Types: Platformer In Bevy #4
youtu.be
Implementing a Binary Tree in Rust
rusty-ferris.pages.dev
Run WebAssembly from your Rust Program
21-lessons.com
Research
The Usability of Advanced Type Systems: Rust as a Case Study
arxiv.org
Miscellaneous
Learn Rust With JetBrains IDEs
blog.jetbrains.com
Rust in Rhymes II explainer
llogiq.github.io
[audio] Lodestone with Wilbur Zhang, Peter Jiang, and Kevin Huang
rustacean-station.org
Rust Nation UK 2023
www.jetstack.io
👍2
Crate of the week: Darkbird
This week's crate is Darkbird, a high-concurrency real-time in-memory database.
This week's crate is Darkbird, a high-concurrency real-time in-memory database.
👍1
This week in Rust #484 — 01 mar 2023
https://this-week-in-rust.org/blog/2023/03/01/this-week-in-rust-484/
https://this-week-in-rust.org/blog/2023/03/01/this-week-in-rust-484/
Updates from Rust Community
Official
Keyword Generics Progress Report: February 2023
blog.rust-lang.org
Newsletters
This Month in Rust GameDev #42 - January 2023
gamedev.rs
Project/Tooling Updates
rust-analyzer Changelog #170
rust-analyzer.github.io
IntelliJ Rust Changelog #189
intellij-rust.github.io
gitoxide - [January]: The first cargo integration review
Byron/gitoxide/discussions/757
Dioxus 0.3 - Templates, Hot Reloading, LiveView, and more
dioxuslabs.com
Rust on Espressif chips - 2023 Roadmap
mabez.dev
Announcing transitive 0.4.1, for better transitivity between types
www.reddit.com
Announcing compact_str version 0.7! A small string optimization for Rust
www.reddit.com
Introducing Ambient 0.1
www.ambient.run
This Week in Fyrox #16
fyrox.rs
Fornjot (code-first CAD in Rust) - Weekly Release - Still More To Do
www.fornjot.app
[video] Cargo's New Sparse Index w/special guest Arlo Siemsen
www.youtube.com
Kani Internship Projects 2022: Function Stubbing
model-checking.github.io
Announcing Magmide Month! (proof language for/using Rust)
magmide/magmide/discussions/28
Observations/Thoughts
[video] Rust and RAII Memory Management - Computerphile
www.youtube.com
All the Problems of Mutation
samsartor.com
Learning Rust Part 1: A kitten's guide to Options and Results
cherrykitten.dev
When Rust hurts
mmapped.blog
Time Travel Debugging in Rust
www.travelneil.com
What I learned from contributing to Rust's linter
blog.nindalf.com
Rust Programming #1 - Getting started & basic concepts
www.youtube.com
ROFL with a LOL: rewriting an NGINX module in Rust
blog.cloudflare.com
Pretty Rust backtraces in raw terminal mode
werat.dev
A Little Bit of Rust
betterprogramming.pub
How Rust and Wasm power Cloudflare's 1.1.1.1
blog.cloudflare.com
STM32F4 Embedded Rust at the PAC: SysTick Delay
apollolabsblog.hashnode.dev
Write a First Person Game in 2KB With Rust
grantshandy.github.io
Rust Walkthroughs
Trait Implementations and References
www.judy.co.uk
Some exercises to accompany the Rust Book
www.hyperexponential.com
[video] Compression from scratch: Huffman coding tutorial
www.youtube.com
Create a launchbar app using Tauri & Rust
blog.spyglass.fyi
Miscellaneous
EuroRust 2023 announced for Oct. 12-13 in Brussels, BE
eurorust.eu/
Introducing MailCrab!
tweedegolf.nl
Rust Nation 2023 Review
matt.si
Announcing wasi-threads
bytecodealliance.org
WAI is the Answer !!!
wasmer.io
[video] Tutorial: Building a Blog in Rust - Static File Server
youtube.com
[video] Embedded-exploration: Debugging Rust start-up code via JTAG
www.youtube.com
[video] Oxidise Your Life
www.youtube.com
[video] Improve your Rust APIs with the type state pattern
www.youtube.com
(Possibly) Emulate PinePhone with Unicorn Emulator
lupyuen.github.io
[Video] Generic Traits, Impls, and Slices in Rustlang
www.youtube.com
Official
Keyword Generics Progress Report: February 2023
blog.rust-lang.org
Newsletters
This Month in Rust GameDev #42 - January 2023
gamedev.rs
Project/Tooling Updates
rust-analyzer Changelog #170
rust-analyzer.github.io
IntelliJ Rust Changelog #189
intellij-rust.github.io
gitoxide - [January]: The first cargo integration review
Byron/gitoxide/discussions/757
Dioxus 0.3 - Templates, Hot Reloading, LiveView, and more
dioxuslabs.com
Rust on Espressif chips - 2023 Roadmap
mabez.dev
Announcing transitive 0.4.1, for better transitivity between types
www.reddit.com
Announcing compact_str version 0.7! A small string optimization for Rust
www.reddit.com
Introducing Ambient 0.1
www.ambient.run
This Week in Fyrox #16
fyrox.rs
Fornjot (code-first CAD in Rust) - Weekly Release - Still More To Do
www.fornjot.app
[video] Cargo's New Sparse Index w/special guest Arlo Siemsen
www.youtube.com
Kani Internship Projects 2022: Function Stubbing
model-checking.github.io
Announcing Magmide Month! (proof language for/using Rust)
magmide/magmide/discussions/28
Observations/Thoughts
[video] Rust and RAII Memory Management - Computerphile
www.youtube.com
All the Problems of Mutation
samsartor.com
Learning Rust Part 1: A kitten's guide to Options and Results
cherrykitten.dev
When Rust hurts
mmapped.blog
Time Travel Debugging in Rust
www.travelneil.com
What I learned from contributing to Rust's linter
blog.nindalf.com
Rust Programming #1 - Getting started & basic concepts
www.youtube.com
ROFL with a LOL: rewriting an NGINX module in Rust
blog.cloudflare.com
Pretty Rust backtraces in raw terminal mode
werat.dev
A Little Bit of Rust
betterprogramming.pub
How Rust and Wasm power Cloudflare's 1.1.1.1
blog.cloudflare.com
STM32F4 Embedded Rust at the PAC: SysTick Delay
apollolabsblog.hashnode.dev
Write a First Person Game in 2KB With Rust
grantshandy.github.io
Rust Walkthroughs
Trait Implementations and References
www.judy.co.uk
Some exercises to accompany the Rust Book
www.hyperexponential.com
[video] Compression from scratch: Huffman coding tutorial
www.youtube.com
Create a launchbar app using Tauri & Rust
blog.spyglass.fyi
Miscellaneous
EuroRust 2023 announced for Oct. 12-13 in Brussels, BE
eurorust.eu/
Introducing MailCrab!
tweedegolf.nl
Rust Nation 2023 Review
matt.si
Announcing wasi-threads
bytecodealliance.org
WAI is the Answer !!!
wasmer.io
[video] Tutorial: Building a Blog in Rust - Static File Server
youtube.com
[video] Embedded-exploration: Debugging Rust start-up code via JTAG
www.youtube.com
[video] Oxidise Your Life
www.youtube.com
[video] Improve your Rust APIs with the type state pattern
www.youtube.com
(Possibly) Emulate PinePhone with Unicorn Emulator
lupyuen.github.io
[Video] Generic Traits, Impls, and Slices in Rustlang
www.youtube.com
This week in Rust #485 — 08 mar 2023
https://this-week-in-rust.org/blog/2023/03/08/this-week-in-rust-485/
https://this-week-in-rust.org/blog/2023/03/08/this-week-in-rust-485/
Updates from Rust Community
Foundation
RustConf 2023 is Coming—Submit a Talk Today!
foundation.rust-lang.org
Member Spotlight: HighTec
foundation.rust-lang.org
Best Practices for Integrating Rust and Qt in Embedded Systems
foundation.rust-lang.org
Rust Nation 2023
Opening Address - Rebecca Rumbul
www.youtube.com
The Rustacean Cycle: Learn, Teach, Deliver - Nell Shamrell-Harrington
www.youtube.com
Fast, Flexible Iteration with Rust and Rhai - Jonathan Strong
www.youtube.com
iOS, Android and Web applications that share a single Rust core - Stuart Harris
www.youtube.com
Tricks of the Trait: Enabling Ergonomic Extractors - Rob Ede
www.youtube.com
Let's Get Rusty In Here - Daniel Thompson-Yvetot
www.youtube.com
Let’s write async rust from the ground up! - Conrad Ludgate
www.youtube.com
What I learned by solving 50 Advent of Code challenges in Rust - Luciano Mammino
www.youtube.com
Spreading Rust to the rest of the company: Moving past the proof of concept - Tim McNamara
www.youtube.com
A tale of binary translation - Amanieu D'Antras
www.youtube.com
Embracing Rust at fly.io: How Rust powers our networking layer - Senyo Simpson
www.youtube.com
Closing the Supply Chain Security Loop with Rust and Pyrsia - Steven Chin
www.youtube.com
SurrealDB: from Golang to Rust — building the world’s fastest-growing db - Tobie Morgan Hitchcock
www.youtube.com
Moving beyond Arc<Mutex<T>> - Katharina Fey
www.youtube.com
What does the Rust Foundation do? - Rust Foundation team
www.youtube.com
Rust on RISC-V, a case study - Jorge Prendes and James Wainwright
www.youtube.com
Rust in Rhymes II - Andre Bogus
www.youtube.com
Living with Rust Long-Term - Jon Gjengset
www.youtube.com
Newsletters
Rust Magazine Issue 2 has been released!
rustmagazine.org
Project/Tooling Updates
Bevy 0.10
bevyengine.org
rust-analyzer hangelog #171
rust-analyzer.github.io
Zellij 0.35.1 released: bringing Stacked Panes to your Terminal
zellij.dev
Oxy is Cloudflare's Rust-based next generation proxy framework
blog.cloudflare.com
Fornjot (code-first CAD in Rust) - Weekly Release - Progressed Extremely Well
www.fornjot.app
Databend 1.0 Release - The Future of Cloud Data Analytics
databend.rs
Introducing runst: Handle desktop notifications neatly on Linux!
blog.orhun.dev
A Windows software written in RUST available in the Microsoft Store
pdhv.fr/
This Month in hyper: February 2023
seanmonstar.com
Observations/Thoughts
Safety and Soundness in Rust
jacko.io
Re-exporting an enum with a type alias is breaking, but not major
predr.ag
Trait transformers (send bounds, part 3)
smallcultfollowing.com
Professional Rustacean, 3 months in
briankung.dev
Rust coding style
tzemanovic.gitlab.io
Fixing the Next 10,000 Aliasing Bugs
blog.polybdenum.com
\Device\Afd, or, the Deal with the Devil that makes async Rust work on Windows
notgull.github.io
(audio) Rustdoc with Joshua Nelson
rustacean-station.org
(audio) Asynchronix with Serge Barral
rustacean-station.org
(video) strace feels like magic — let’s fix that (with Rust)
www.youtube.com
(video) Let's make an htop-like in your browser (with Rust)
www.youtube.com
(video) Build your entire tech stack in Rust
www.youtube.com
Rust Walkthroughs
Rust's BufRead, And When To Use It
www.brandons.me
Getting Started with Rust & GPT-3
www.shuttle.rs
Build a Ray Tracer, pt. 2 - Enter The Matrix
www.superperfundo.dev
Creating and publishing a Python package written in Rust
antoniosbarotsis.github.io
The World's Smallest Hash Table
orlp.net
Refactoring in Rust: Introducing Traits
fettblog.eu
Embedded Rust on ESP32C3 Board, a Hands-on Quickstart Guide
gitlab.com
[video] Matching Braces With a Stack, Beginner Tutorial
www.youtube.com
Miscellaneous
Academy Software Foundation Rust Working Group Status and Survey
www.reddit.com
When Zig is safer and faster than Rust
zackoverflow.dev
Foundation
RustConf 2023 is Coming—Submit a Talk Today!
foundation.rust-lang.org
Member Spotlight: HighTec
foundation.rust-lang.org
Best Practices for Integrating Rust and Qt in Embedded Systems
foundation.rust-lang.org
Rust Nation 2023
Opening Address - Rebecca Rumbul
www.youtube.com
The Rustacean Cycle: Learn, Teach, Deliver - Nell Shamrell-Harrington
www.youtube.com
Fast, Flexible Iteration with Rust and Rhai - Jonathan Strong
www.youtube.com
iOS, Android and Web applications that share a single Rust core - Stuart Harris
www.youtube.com
Tricks of the Trait: Enabling Ergonomic Extractors - Rob Ede
www.youtube.com
Let's Get Rusty In Here - Daniel Thompson-Yvetot
www.youtube.com
Let’s write async rust from the ground up! - Conrad Ludgate
www.youtube.com
What I learned by solving 50 Advent of Code challenges in Rust - Luciano Mammino
www.youtube.com
Spreading Rust to the rest of the company: Moving past the proof of concept - Tim McNamara
www.youtube.com
A tale of binary translation - Amanieu D'Antras
www.youtube.com
Embracing Rust at fly.io: How Rust powers our networking layer - Senyo Simpson
www.youtube.com
Closing the Supply Chain Security Loop with Rust and Pyrsia - Steven Chin
www.youtube.com
SurrealDB: from Golang to Rust — building the world’s fastest-growing db - Tobie Morgan Hitchcock
www.youtube.com
Moving beyond Arc<Mutex<T>> - Katharina Fey
www.youtube.com
What does the Rust Foundation do? - Rust Foundation team
www.youtube.com
Rust on RISC-V, a case study - Jorge Prendes and James Wainwright
www.youtube.com
Rust in Rhymes II - Andre Bogus
www.youtube.com
Living with Rust Long-Term - Jon Gjengset
www.youtube.com
Newsletters
Rust Magazine Issue 2 has been released!
rustmagazine.org
Project/Tooling Updates
Bevy 0.10
bevyengine.org
rust-analyzer hangelog #171
rust-analyzer.github.io
Zellij 0.35.1 released: bringing Stacked Panes to your Terminal
zellij.dev
Oxy is Cloudflare's Rust-based next generation proxy framework
blog.cloudflare.com
Fornjot (code-first CAD in Rust) - Weekly Release - Progressed Extremely Well
www.fornjot.app
Databend 1.0 Release - The Future of Cloud Data Analytics
databend.rs
Introducing runst: Handle desktop notifications neatly on Linux!
blog.orhun.dev
A Windows software written in RUST available in the Microsoft Store
pdhv.fr/
This Month in hyper: February 2023
seanmonstar.com
Observations/Thoughts
Safety and Soundness in Rust
jacko.io
Re-exporting an enum with a type alias is breaking, but not major
predr.ag
Trait transformers (send bounds, part 3)
smallcultfollowing.com
Professional Rustacean, 3 months in
briankung.dev
Rust coding style
tzemanovic.gitlab.io
Fixing the Next 10,000 Aliasing Bugs
blog.polybdenum.com
\Device\Afd, or, the Deal with the Devil that makes async Rust work on Windows
notgull.github.io
(audio) Rustdoc with Joshua Nelson
rustacean-station.org
(audio) Asynchronix with Serge Barral
rustacean-station.org
(video) strace feels like magic — let’s fix that (with Rust)
www.youtube.com
(video) Let's make an htop-like in your browser (with Rust)
www.youtube.com
(video) Build your entire tech stack in Rust
www.youtube.com
Rust Walkthroughs
Rust's BufRead, And When To Use It
www.brandons.me
Getting Started with Rust & GPT-3
www.shuttle.rs
Build a Ray Tracer, pt. 2 - Enter The Matrix
www.superperfundo.dev
Creating and publishing a Python package written in Rust
antoniosbarotsis.github.io
The World's Smallest Hash Table
orlp.net
Refactoring in Rust: Introducing Traits
fettblog.eu
Embedded Rust on ESP32C3 Board, a Hands-on Quickstart Guide
gitlab.com
[video] Matching Braces With a Stack, Beginner Tutorial
www.youtube.com
Miscellaneous
Academy Software Foundation Rust Working Group Status and Survey
www.reddit.com
When Zig is safer and faster than Rust
zackoverflow.dev
Crate of the week: man-in-the-middle-proxy
This week's crate is man-in-the-middle-proxy, a - surprise! - man in the middle proxy.
This week's crate is man-in-the-middle-proxy, a - surprise! - man in the middle proxy.
🎉1
This week in Rust #486 — 15 mar 2023
https://this-week-in-rust.org/blog/2023/03/15/this-week-in-rust-486/
https://this-week-in-rust.org/blog/2023/03/15/this-week-in-rust-486/
👍1
Crate of the week: duplicate
This week's crate is duplicate, a proc macro crate for easy parametric code duplication.
This week's crate is duplicate, a proc macro crate for easy parametric code duplication.
👍5
This week in Rust #487 — 22 mar 2023
https://this-week-in-rust.org/blog/2023/03/22/this-week-in-rust-487/
https://this-week-in-rust.org/blog/2023/03/22/this-week-in-rust-487/
👍1
Crate of the week: Speedy2D
This week's crate is Speedy2D, a crate offering cross-platform Hardware-accelerated drawing of shapes, images, and text, with an easy to use API.
This week's crate is Speedy2D, a crate offering cross-platform Hardware-accelerated drawing of shapes, images, and text, with an easy to use API.
👍1
This week in Rust #488 — 29 mar 2023
https://this-week-in-rust.org/blog/2023/03/29/this-week-in-rust-488/
https://this-week-in-rust.org/blog/2023/03/29/this-week-in-rust-488/
Updates from Rust Community
Official
Announcing Rust 1.68.2 | Rust Blog
blog.rust-lang.org
Announcing Rust 1.68.1 | Rust Blog
blog.rust-lang.org
Project/Tooling Updates
rust-analyzer changelog #174
rust-analyzer.github.io
IntelliJ Rust Changelog #191
intellij-rust.github.io
clap v4.2
epage.github.io
CrossBus, A Platform-Less, Runtime-Less Actor Computing Model
hominee.github.io
Fornjot (code-first CAD in Rust) - Weekly Release - Some Good Progress
www.fornjot.app
Announcing scoped-trace.
jack.wrenn.fyi
dfdx v0.11.0: cuda accelerated deep learning
coreylowman.github.io
Rust Search Extension v1.10.0 has been released
rust.extension.sh
Introducing Kobold
maciej.codes
autometrics-rs 0.3: Defining Service-Level Objectives (SLOs) in Rust Source Code
fiberplane.com
Rocket's 3rd v0.5 Release Candidate - Rocket Web Framework
rocket.rs
Seven Tasks with Rust and Egui
Rust-Ninja-Sabi/rust-egui-seven-tasks
ngrok-rs: portable network ingress to your Rust apps w/ native hyper+axum support
ngrok.com
[video] Rust Releases! Rust 1.68.1
www.youtube.com
[video] Rust Releases! Rust 1.68.2
youtu.be
Observations/Thoughts
STV-rs: Single Transferable Vote implementation in Rust
gendignoux.com
STM32F4 Embedded Rust at the PAC: Creating Hardware Abstractions with embedded-hal
apollolabsblog.hashnode.dev
Rust's Golden Rule
steveklabnik.com
Linearity and Control
blog.yoshuawuyts.com
Zig And Rust
matklad.github.io
Generators
without.boats
The AsyncIterator interface
without.boats
A Proposal for Safe Window Handles
notgull.github.io
Rust Is a Scalable Language
matklad.github.io
Paradigm Shift
www.thecodedmessage.com
Rust Walkthroughs
Building a Fibonacci Heap
www.kurtlawrence.info
Embedded Rust on BBC Micro Bit: unlocking Vec and HashMap
gitlab.com
STM32F4 Embedded Rust at the PAC: Creating Hardware Abstractions
apollolabsblog.hashnode.dev
State Machine testing with Proptest
tzemanovic.gitlab.io
Linear Types One-Pager
blog.yoshuawuyts.com
Writing a Linux executable from scratch with x86_64-unknown-none and Rust
vulns.xyz
Efficient, Extensible, Expressive: Typed Tagless Final Interpreters in Rust
getcode.substack.com
Making Python 100x faster with less than 100 lines of Rust
ohadravid.github.io
[video] Env Config Option
youtu.be
Research
Tree Borrows - A new aliasing model for Rust
perso.crans.org
Miscellaneous
How we built our Embedded World Demo on Rust for QNX
ferrous-systems.com
A Rustaceans Tour of embedded world
ferrous-systems.com
[video] I built my own memory profiler (in Rust, on Linux)
youtu.be
[video] Build Universal Libraries with Rust
www.youtube.com
[video] How to Learn Rust
www.youtube.com
[video] How Bevy FlyCam Works
www.youtube.com
[video] Why I Swaped to Fixed Point Numbers in my game #UTDTG #devlog 2
www.youtube.com
[video] Make iterators 10X better with itertools
www.youtube.com
Official
Announcing Rust 1.68.2 | Rust Blog
blog.rust-lang.org
Announcing Rust 1.68.1 | Rust Blog
blog.rust-lang.org
Project/Tooling Updates
rust-analyzer changelog #174
rust-analyzer.github.io
IntelliJ Rust Changelog #191
intellij-rust.github.io
clap v4.2
epage.github.io
CrossBus, A Platform-Less, Runtime-Less Actor Computing Model
hominee.github.io
Fornjot (code-first CAD in Rust) - Weekly Release - Some Good Progress
www.fornjot.app
Announcing scoped-trace.
jack.wrenn.fyi
dfdx v0.11.0: cuda accelerated deep learning
coreylowman.github.io
Rust Search Extension v1.10.0 has been released
rust.extension.sh
Introducing Kobold
maciej.codes
autometrics-rs 0.3: Defining Service-Level Objectives (SLOs) in Rust Source Code
fiberplane.com
Rocket's 3rd v0.5 Release Candidate - Rocket Web Framework
rocket.rs
Seven Tasks with Rust and Egui
Rust-Ninja-Sabi/rust-egui-seven-tasks
ngrok-rs: portable network ingress to your Rust apps w/ native hyper+axum support
ngrok.com
[video] Rust Releases! Rust 1.68.1
www.youtube.com
[video] Rust Releases! Rust 1.68.2
youtu.be
Observations/Thoughts
STV-rs: Single Transferable Vote implementation in Rust
gendignoux.com
STM32F4 Embedded Rust at the PAC: Creating Hardware Abstractions with embedded-hal
apollolabsblog.hashnode.dev
Rust's Golden Rule
steveklabnik.com
Linearity and Control
blog.yoshuawuyts.com
Zig And Rust
matklad.github.io
Generators
without.boats
The AsyncIterator interface
without.boats
A Proposal for Safe Window Handles
notgull.github.io
Rust Is a Scalable Language
matklad.github.io
Paradigm Shift
www.thecodedmessage.com
Rust Walkthroughs
Building a Fibonacci Heap
www.kurtlawrence.info
Embedded Rust on BBC Micro Bit: unlocking Vec and HashMap
gitlab.com
STM32F4 Embedded Rust at the PAC: Creating Hardware Abstractions
apollolabsblog.hashnode.dev
State Machine testing with Proptest
tzemanovic.gitlab.io
Linear Types One-Pager
blog.yoshuawuyts.com
Writing a Linux executable from scratch with x86_64-unknown-none and Rust
vulns.xyz
Efficient, Extensible, Expressive: Typed Tagless Final Interpreters in Rust
getcode.substack.com
Making Python 100x faster with less than 100 lines of Rust
ohadravid.github.io
[video] Env Config Option
youtu.be
Research
Tree Borrows - A new aliasing model for Rust
perso.crans.org
Miscellaneous
How we built our Embedded World Demo on Rust for QNX
ferrous-systems.com
A Rustaceans Tour of embedded world
ferrous-systems.com
[video] I built my own memory profiler (in Rust, on Linux)
youtu.be
[video] Build Universal Libraries with Rust
www.youtube.com
[video] How to Learn Rust
www.youtube.com
[video] How Bevy FlyCam Works
www.youtube.com
[video] Why I Swaped to Fixed Point Numbers in my game #UTDTG #devlog 2
www.youtube.com
[video] Make iterators 10X better with itertools
www.youtube.com
👍7
👍14
This week in Rust #489 — 05 apr 2023
https://this-week-in-rust.org/blog/2023/04/05/this-week-in-rust-489/
https://this-week-in-rust.org/blog/2023/04/05/this-week-in-rust-489/