Updates from Rust Community

Official
Announcing Rust 1.77.0
blog.rust-lang.org

2024 Edition Update
blog.rust-lang.org

This Development-cycle in Cargo: 1.78
blog.rust-lang.org

Project/Tooling Updates
Unimock 0.6: Mutation patterns
audunhalland.github.io

cargo-autoinherit: DRY up your workspace dependencies
mainmatter.com

rust-analyzer changelog #226
rust-analyzer.github.io

reqwest v0.12
seanmonstar.com

Fornjot v0.49.0 released - open source b-rep CAD kernel in Rust
www.fornjot.app

Quickwit 0.8: Indexing and Search at Petabyte Scale
quickwit.io

Observations/Thoughts
Why choose async/await over threads?
notgull.net

Rustls: Continuous Benchmarking Case Study
bencher.dev

How I reduced (incremental) Rust compile times by up to 40%
www.coderemote.dev

How I learned to stop worrying and love the global state
symbolica.io

On Tech Debt: My Rust Library is now a CDO
lucumr.pocoo.org

How to use Rust on Debian (and Ubuntu, etc.) - rustp vs apt
diziet.dreamwidth.org

[audio] Hyper 1.0 with Sean McArthur
rustacean-station.org

[video] The magic of Rust's type system
www.youtube.com

Rust Walkthroughs
Safe and Secure Coding in Rust: A Comparative Analysis of Rust and C/C++
luk6xff.github.io

It's a library AND a binary
blog.axo.dev

Everything you need to know about testing in Rust
www.shuttle.rs

Building a Notification Service in Rust with AWS SNS
www.shuttle.rs

Embedded Rust Bluetooth on ESP: BLE Server
apollolabsblog.hashnode.dev

[series] How Meilisearch Updates a Millions Vector Embeddings Database in Under a Minute
blog.kerollmops.com

[video] Extreme Clippy for a new Crate
youtu.be

Miscellaneous
Making Nix Usable With Rust
filtra.io

Rust Development Classes: learn Rust by doing
rust-classes.com/

Restarting development of the Rust Digger: 20,000 new crates in 8 months
rust-digger.code-maven.com
Crate of the week: coffee_break

This week's crate is coffee_break, the premier crate for those who think Rust compile times are too fast.
Updates from Rust Community

Official
Announcing Rust 1.77.1
blog.rust-lang.org

Changes to u128/i128 layout in 1.77 and 1.78
blog.rust-lang.org

Newsletters
This Week In Bevy: 2d Lighting, Particle Systems, Meshlets, and more
thisweekinbevy.com

Project/Tooling Updates
Dioxus 0.5: Signal Rewrite, Remove lifetimes, CSS Hotreloading, and more!
dioxuslabs.com

EtherCrab 0.4.0: Pure Rust EtherCAT, now with Distributed Clocks
wapl.es

nethsm 0.1.0 - first release for this high level library for the Nitrokey NetHSM
gitlab.archlinux.org

BugStalker v0.1.3 released - first release of rust debugger
godzie44/BugStalker/

git-cliff 2.2.0 is released! (highly customizable changelog generator)
git-cliff.org

Observations/Thoughts
On Reusing Arc and Rc in Rust
radekmie.dev

Who killed the network switch?
cliffle.com

Xr0 Makes C Safer than Rust
xr0.dev

Easy Mode Rust
llogiq.github.io

Bashing Bevy To Bait Internet Strangers Into Improving My Code
oneirical.github.io

Conway's Game of Life Through Time
silasmarvin.dev

Functions Everywhere, Only Once: Writing Functions for the Everywhere Computer
fission.codes

Rust Bytes: Is Rust the Future of JavaScript Tooling?
weeklyrust.substack.com

Explaining the internals of async-task from the ground up
notgull.net

Programming ESP32 with Rust: OTA firmware update
quan.hoabinh.vn

Fast Development In Rust, Part 2
blog.sdf.com

Rust Walkthroughs
Modelling Universal Domain Types in Rust
mmapped.blog

[video] developerlife.com - Get started with unit testing in Rust
www.youtube.com

Research
Rust Digger: More than 14% of crates configure rustfmt. 35 Have both rustfmt.toml and .rustfmt.toml
rust-digger.code-maven.com

Miscellaneous
Building a Managed Postgres Service in Rust: Part 1
tembo.io

Beware of the DashMap deadlock
dev.to

Embedded Rust Bluetooth on ESP: BLE Client
apollolabsblog.hashnode.dev

Building Stock Market Engine from scratch in Rust (I)
medium.com/@harshiljani2002

Rust Unit and Integration Testing in RustRover
blog.jetbrains.com

[podcast] cargo-semver-checks with Predrag Gruevski — Rustacean Station
rustacean-station.org

[video] Data Types - Part 3 of Idiomatic Rust in Simple Steps
www.youtube.com

[video] Deconstructing WebAssembly Components by Ryan Levick @ Wasm I/O 2024
www.youtube.com

[video] Extreme Clippy for new Rust crates
www.youtube.com

[video] [playlist] Bevy GameDev Meetup #2 - March 2024
www.youtube.com
Crate of the week: cargo-unfmt

This week's crate is cargo-unfmt, a formatter that formats your code into block-justified text, which sacrifices some readability for esthetics.
Updates from Rust Community

Official
Announcing Rust 1.77.2
blog.rust-lang.org

Security advisory for the standard library (CVE-2024-24576)
blog.rust-lang.org

Changes to Rust's WASI targets
blog.rust-lang.org

Rust Nation UK
Hannah Aubrey - A Web of Rust: The Future of the Internet Depends on Trust
www.youtube.com

JD Nose - Rust Infrastructure: What it takes to keep Rust running
www.youtube.com

Amanieu D'Antras - The path to a stable ABI for Rust
www.youtube.com

Luca Palmieri - Pavex: re-imaging API development in Rust
www.youtube.com

Lachezar Lechev - Typed for Safety
www.youtube.com

Marco Concetto Rudilosso - Building a profiler for web assembly
www.youtube.com

Jon Gjengset - Towards Impeccable Rust
www.youtube.com

Nicholas Yang - Porting Turborepo From Go To Rust
www.youtube.com

David Haig - What’s that behind your ear? An open source hearing aid in Rust.
www.youtube.com

Frédéric Ameye - Renault want to sell cars with rust!
www.youtube.com

Nikita Lapkov - Type-safe and fault-tolerant mesh services with Rust
www.youtube.com

Andre Bogus - Easy Mode Rust
www.youtube.com

Lars Bergstrom - Beyond Safety and Speed: How Rust Fuels Team Productivity
www.youtube.com

Tim McNamara - Unwrapping unsafe
www.youtube.com

Nicholas Matsakis - Rust 2024 and beyond
www.youtube.com

Project/Tooling Updates
Shipping Jco 1.0, WASI 0.2
blog.yoshuawuyts.com

This month in Pavex, #10
www.lpalmieri.com

"Containerize" individual functions in Rust with extrasafe
harrystern.net

rust-analyzer changelog #228
rust-analyzer.github.io

Rerun 0.15.0 - Blueprints from Python · rerun-io/rerun
rerun-io/rerun/releases/tag/0.15.0

Bevy 0.13.2, Curves, Gizmos, and Games
thisweekinbevy.com

What's new in SeaORM 1.0-rc.x
www.sea-ql.org

Observations/Thoughts
Improve performance of you Rust functions by const currying
blog.cocl2.com

Ownership in Rust
smallcultfollowing.com

Thoughts on the xz backdoor: an lzma-rs perspective
gendignoux.com

hyper HTTP/2 Continuation Flood
seanmonstar.com

Leaky Abstractions and a Rusty Pin
medium.com/itnext

[audio] Launching RustRover: JetBrains' Investment in Rust
rustacean-station.org

[audio] Pavex with Luca Palmieri
rustacean-station.org

[video] Decrusting the tokio crate
www.youtube.com

[video] Rust 1.77.0: 70 highlights in 30 minutes
www.youtube.com

[video] Simulate the three body problem in #rustlang
www.youtube.com

[video] Exploring Fiberplane's 3-Year Rust Journey - with Benno van den Berg
www.youtube.com

Rust Walkthroughs
Working with OpenAPI using Rust
www.shuttle.rs

Zed Decoded: Async Rust
zed.dev

Writing a Unix-like OS in Rust
vmm.dev

Fivefold Slower Compared to Go? Optimizing Rust's Protobuf Decoding Performance
www.greptime.com

Write Cleaner, More Maintainable Rust Code with PhantomData
aayushyavajpayee.substack.com

[video] Extreme Clippy for an existing Rust Crate
www.youtube.com

[video] developerlife.com - Build a color gradient animation for a spinner component, for CLI, in Rust
www.youtube.com

[video] developerlife.com - Build a spinner component, for CLI, in Rust
www.youtube.com

[video] developerlife.com - Build an async readline, and spinner in Rust, for interactive CLI
www.youtube.com

Research
"Against the Void": An Interview and Survey Study on How Rust Developers Use Unsafe Code
arxiv.org

Sound Borrow-Checking for Rust via Symbolic Semantics
arxiv.org

Miscellaneous
Rust indexed - Rust mdbooks search
rust-indexed.com/

March 2024 Rust Jobs Report
filtra.io

Rust Meetup and user groups (updated)
rust.code-maven.com

Embedding the Servo Web Engine in Qt
www.kdab.com

A memory model for Rust code in the kernel
lwn.net

Building Stock Market Engine from scratch in Rust (II)
medium.com/@harshiljani2002

Ratatui Received Funding: What's Next?
blog.orhun.dev
Crate of the week: archspec-rs

This week's crate is archspec-rs, a library to track system architecture aspects.
Updates from Rust Community

Rust Nation UK
Tim McNamara - 4 levels of error handling
www.youtube.com

Mithun Hunsur - Ambient: A Rust and WebAssembly Runtime for Cross-Platform Multiplayer Games
www.youtube.com

Alice Ryhl - What it takes to keep Tokio running
www.youtube.com

Chris Biscardi - Bevy: A case study in ergonomic Rust
www.youtube.com

Pietro Albini - How Ferrocene qualified the Rust Compiler
www.youtube.com

Ben Wishovich - Full Stack Rust - Building Rust Websites with Leptos
www.youtube.com

Natalie Serebryakova - Rustic Persistence: Automating PVC Lifecycles with Rust in Kubernetes
www.youtube.com

Daniel McKenna - Creating a Text-To-Speech System in Rust
www.youtube.com

Konstantin Grechishchev - Java and Rust Integration
www.youtube.com

Heiko Seeberger - EventSourced – async_fn_in_trait in anger
www.youtube.com

Tim Janus - Let's get interdisciplinary: Rust Design Patterns for Chemical Plants
www.youtube.com

Marco Ieni - How Rust makes open-source easier
www.youtube.com

Newsletters
New Meshes, New Examples, and Compute Shaders
thisweekinbevy.com

Project/Tooling Updates
futures-concurrency v7.6.0: Portable Concurrent Async Iteration
yoshuawuyts/futures-concurrency/releases/tag/v7.6.0

Ratatui v0.26.2
ratatui.rs

Rust on Espressif chips
mabez.dev

Introducing Dust DDS – A native Rust implementation of the Data Distribution Service (DDS) middleware
www.s2e-systems.com

Announcing the first audited Rust implementation of CGGMP21, the state-of-the-art ECDSA threshold protocol
www.dfns.co

Nutype 0.4.2 - newtype with guarantees
greyblake/nutype/releases/tag/v0.4.2

venndb 0.2.1 - any filters
plabayo/venndb/releases/tag/0.2.1

[ZH|EN] Announcing async-openai-wasm, and thoughts on wasmization and streams
ideas.reify.ing

Observations/Thoughts
Climbing a (binary) Tree - Noise On The Net
noiseonthenet.space

Why is there no realloc that takes the number of bytes to copy?
shift.click

Some useful types for database-using Rust web apps
boinkor.net

My logging recipe for server side Rust
www.matildasmeds.com

Rust Walkthroughs
Getting started with SurrealDB using Docker and a Rust client
rust.code-maven.com

[video] developerlife.com - Rust testing deep dive with r3bl_terminal_async crate
www.youtube.com

Research
Rust Digger: 7.53% of crates have both 'edition' and 'rust-version', 11.21% have neither
rust-digger.code-maven.com

Miscellaneous
Iced Tutorial 0.12
leafheap.com

[video] Infinite Pong in the Bevy Game Engine - Let's Code!
www.youtube.com

[audio] Release-plz with Marco Ieni
rustacean-station.org
Crate of the week: venndb

This week's crate is venndb, an append-only memory DB whose tables can be build via a derive macro.
Updates from Rust Community

Foundation
Guest Blog: Attending CISA’s Open Source Software Security Summit
foundation.rust-lang.org

Newsletters
This Month in Rust OSDev: March 2024
rust-osdev.com

Project/Tooling Updates
lilos v1.0 released
cliffle.com

medium-to-markdown v0.1.1 : Convert your medium blogs easily into markdown files
medium.com/@harshiljani2002

Fluvio v0.11.6 release and project updates
www.fluvio.io

venndb 0.4.0 - custom validators
plabayo/venndb/releases/tag/0.4.0

Tantivy 0.22: Performance improvements, new aggregations and stability fixes
quickwit.io

Announcing r3bl_terminal_async - build async interactive CLIs in Rust
developerlife.com

[video] Demo + architecture overview of Ferrostar, a cross-platform turn-by-turn navigation SDK with a Rust core
www.youtube.com

Observations/Thoughts
The Rust Calling Convention We Deserve
mcyoung.xyz

Sized, DynSized, and Unsized
smallcultfollowing.com

Coroutines and effects
without.boats

Porting a cross-platform GUI application to Rust
hacks.mozilla.org

Adventures In Rust: Bringing Exchange Support To Thunderbird
blog.thunderbird.net

Rust Walkthroughs
Why SQLite Performance Tuning made Bencher 1200x Faster
bencher.dev

drop, the destructor of Rust structs
rust.code-maven.com

Building with AWS S3 using Rust
www.shuttle.rs

Rust tokio task cancellation patterns
cybernetist.com

[video] Build with Naz - Published crate r3bl_terminal_async for building async interactive CLIs in Rust
www.youtube.com

[video] Trent Billington - Bevy ECS - Power tool for data oriented applications
www.youtube.com

[video] Building a procedural art generator
www.youtube.com

[audio] Isograph with Robert Balicki
rustacean-station.org

Research
A Study of Undefined Behavior Across Foreign Function Boundaries in Rust Libraries
arxiv.org

Rust Digger: Does size matter? The biggest crate is 450MB; More than 100 crates are over 50MB
rust-digger.code-maven.com

Miscellaneous
GitHub Sponsor Rust developer David Tolnay
dev.to

Learn how to write TCP servers using Rust's std::net module
app.codecrafters.io

RustFest Zürich 🇨 Talks announced
rustfest.ch
Crate of the week: scandir

This week's crate is scandir, a high-performance file tree scanner.
Updates from Rust Community

Newsletters
Motion Blur, Visualizations, and beautiful renders
thisweekinbevy.com

Project/Tooling Updates
r3bl_trerminal_async v0.5.1 released
r3bl-org/r3bl-open-core/blob/main/CHANGELOG.md#v051-2024-04-28

minbpe-rs v0.1.0: Port of Andrej Karpathy's minbpe to Rust
gnp/minbpe-rs

Message retention and replay with Selium
selium.com

Observations/Thoughts
Leaving Rust gamedev after 3 years
loglog.games

Tasks are the wrong abstraction
blog.yoshuawuyts.com

Go or Rust? Just Listen to the Bots
cybernetist.com

Cracking the Cryptic (with Z3 and Rust)
hugopeters.me

So, you want to write an unsafe crate
blog.dureuill.net

Designing an efficient memory layout in Rust with unsafe & unions, or, an overlong guide in avoiding dynamic dispatch
alonely0.github.io

Event driven Microservices using Kafka and Rust
www.shuttle.rs

Writing ergonomic async assertions in Rust
www.niklaslong.ch

Making an HTML parsing script a hundred times faster with Rayon
medium.com/@sam.van.overmeire

Rust binaries stability
mirekdlugosz.com

[audio] Ratatui with Orhun Parmaksiz :: Rustacean Station
rustacean-station.org

The Mediocre Programmer's Guide to Rust
www.hezmatt.org

Rust Walkthroughs
Boosting Dev Experience with Serverless Rust in RustRover
blog.jetbrains.com

developerlife.com - Rust Polymorphism, dyn, impl, using existing traits, trait objects for testing and extensibility
developerlife.com

Performance optimization with flamegraph and Divan
hegdenu.net

Research
Rust Digger: There are 4,907 interesting Crate homepages
rust-digger.code-maven.com

Miscellaneous
Writing A Wasm Runtime In Rust
skanehira.github.io

GitHub Sponsor Rust developer Andrew Gallant (BurntSushi)
dev.to

Giving Rust a chance for in-kernel codecs
lwn.net

Zed Decoded: Rope & SumTree
zed.dev

An almost infinite Fibonacci Iterator
rust.code-maven.com

[video] From C to Rust: Bringing Rust Abstractions to Embedded Linux
www.youtube.com
Crate of the week: efs

This week's crate is efs, a no-std ext2 filesystem implementation with plans to add other file systems in the future.
Updates from Rust Community

Official
Announcing Rust 1.78.0
blog.rust-lang.org

Announcing Rustup 1.27.1
blog.rust-lang.org

Automatic checking of cfgs at compile-time
blog.rust-lang.org

Announcing Google Summer of Code 2024 selected projects
blog.rust-lang.org

Rust participates in OSPP 2024
blog.rust-lang.org

This Development-cycle in Cargo: 1.79
blog.rust-lang.org

Rust Project Goals Submission Period
blog.rust-lang.org

Foundation
$1M Microsoft Donation to Fund Key Rust Foundation & Project Priorities
foundation.rust-lang.org

Newsletters
This Month in Rust OSDev: April 2024
rust-osdev.com

This Month in Rust GameDev #50 - April 2024
gamedev.rs

RustFest.ch - All talks announced
rustfest.ch

Project/Tooling Updates
image v0.25: performance improvements, production-ready WebP
www.reddit.com

Changelog #232
rust-analyzer.github.io

rustc_codegen_gcc: Progress Report #32
blog.antoyo.xyz

Introducing graphql-lint and gqlint
grafbase.com

Meilisearch releases v1.8
blog.meilisearch.com

r3bl_terminal_async v0.5.2 released
r3bl-org/r3bl-open-core/blob/main/CHANGELOG.md#v052-2020-05-06

Zed Decoded: Linux when?
zed.dev

Observations/Thoughts
Pair Your Compilers At The ABI Café - Faultlore
faultlore.com

Unwind considered harmful?
smallcultfollowing.com

Async Rust Complexity
v5.chriskrycho.com

Download Accelerator - Async Rust Edition
ochagavia.nl

[video] David Lattimore - A Linker in the Wild
www.youtube.com

[audio] curl - Daniel Stenberg, Open Source Maintainer and Public Speaker
corrode.dev

Rust Walkthroughs
How to rewrite a C++ codebase successfully
gaultier.github.io

Building a Redis / Kafka Data Sink in Rust
www.sea-ql.org

[ZH | EN] Writing a GPT Plugin in Rust, and Lost Gems
ideas.reify.ing

What is in a Rust Allocator?
blog.sulami.xyz

How hard can generating 1024-bit primes really be?
glitchcomet.com

STM32F4 Embedded Rust at the PAC: System Clock Configuration
blog.theembeddedrustacean.com

[video] Make a port scanner in #rustlang with Tokio and learn async Rust
www.youtube.com

Research
Rust Digger: 47,764 (32.92%) of the crates include a Cargo.lock file
rust-digger.code-maven.com

VERT: Verified Equivalent Rust Transpilation with Few-Shot Learning
arxiv.org

Miscellaneous
Elapsed time logger
rust.code-maven.com
Crate of the week: derive_more

This week's crate is derive_more, a crate for deriving a whole lot of traits
2024/05/15 05:33:15
Back to Top
HTML Embed Code: