pub ThisWeekInRust {} – Telegram
pub ThisWeekInRust {}
993 subscribers
2 photos
2.41K links
Handpicked Rust updates,
delivered to your telegram.

Contacts: @sergeysova
Reposted from: https://this-week-in-rust.org
Source code: https://github.com/sergeysova/this_week_in_rust.rs
Another: @this_week_in_react
Download Telegram
Crate of the week: layoutparser-ort

This week's crate is layoutparser-ort, a simplified port of LayoutParser for ML-based document layout element detection.
👍1
Updates from Rust Community

Newsletters
ThisWeekInBevy: Bevy0.14-rc.2, Powerglove, and Soup
thisweekinbevy.com

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

Project/Tooling Updates
The Rust to .NET compiler (backend) can now properly compile the "guessing game" from the Rust book
www.reddit.com

Cattaca 1.0.0
sdball/cattaca/releases/tag/v1.0.0

BugStalker v0.2.0 - rust debugger
www.reddit.com

Observations/Thoughts
How I spent 2 years building my own game engine (Rust, WASM, WebGPU)
legendofworlds.com

The Inconceivable Types of Rust: How to Make Self-Borrows Safe
blog.polybdenum.com

Making robots plan faster with SIMD and Rust
www.claytonwramsey.com

Learning Rust: Bare Threading
levelup.gitconnected.com

999 crates of Rust on the wall
lawngno.me

How-to compile rust faster
blog.rust.careers

Tock binary size
tweedegolf.nl

Virtual Geometry in Bevy 0.14
jms55.github.io

Building Plain Old Data from Scratch
onevariable.com

Latency at the edge with Rust/WebAssembly and Postgres: Part 1, Part 2
exograph.dev

[video] Full-stack development of a B2B payment infrastructure with Rust - with Florent Bécart
www.youtube.com

Rust Walkthroughs
[series] Master Hexagonal Architecture in Rust: Anatomy of a Bad Rust Application
www.howtocodeit.com

How to build a Custom Benchmarking Harness in Rust
bencher.dev

From Sender to Receiver: Rust’s Approach to Local File Transfers
medium.com/@otukof

Build with Naz - Rust error handling with miette
developerlife.com

Miscellaneous
May 2024 Rust Jobs Report
filtra.io

Virtual Rust Events
events.code-maven.com/
👍3
Crate of the week: hydra

This week's crate is hydra, an actor framework inspired by Erlang/Elixir.
👍1
Updates from Rust Community

Official
Announcing Rust 1.79.0
blog.rust-lang.org

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

Foundation
Announcing the Safety-Critical Rust Consortium
foundation.rust-lang.org

Newsletters
This Week in Bevy: Meshlets, Stable Interpolation, and Generalized ECS Reactivity with Observers!
thisweekinbevy.com

Project/Tooling Updates
rust-analyzer changelog #238
rust-analyzer.github.io

Enhancing Code Completion for Rust in Cody
sourcegraph.com

Apache Datafusion-Comet- Rust-Based Apache Spark accelerator - 1.5x performance improvements in apache spark TPC-H queries, and other commodity hardware
apache/datafusion-comet

Fluvio Distributed Streaming Engine Release 0.11.9
www.fluvio.io

Observations/Thoughts
Path Generics in Rust: A Sketch Proposal for Simplicity and Generality
cfallin.org

Dioxus Labs + “High-level Rust”
dioxus.notion.site

Making Your First Real-World Rust Project a Success
corrode.dev

Future's liveness problem
skepfyr.me

Optimizing Rust code with Flamegraph and DHAT – a practical example with Dust DDS
www.s2e-systems.com

Exograph at the Edge with Cloudflare Workers
exograph.dev

GraphQL Server in the Browser using WebAssembly
exograph.dev

[video] Compiler-Driven Development in Rust
www.youtube.com

[video] Rust 1.79.0: Top 10 Most Interesting Things
youtu.be

[audio] What's New in Rust 1.72 and 1.73
rustacean-station.org

[audio] Matic with Eric Seppanen
corrode.dev

Rust Walkthroughs
Rust Ownership Explained: Merging Linked Lists
www.howtocodeit.com

Zero to Performance Hero: How to Benchmark and Profile Your eBPF Code in Rust
www.infoq.com

IPC in Rust - a Ping Pong Comparison
3tilley.github.io

I ported h2spec to Rust (also: codegen!)
fasterthanli.me

Parsing Python ASTs 20x Faster with Rust
www.gauge.sh

Making a const version of Rust's array::from_fn - How hard can it be?
gendignoux.com

Using Tauri to build a cross-platform security app
www.firezone.dev

Generate and package Rust client SDKs with Buf
buf.build

[series] Master Hexagonal Architecture in Rust (part 2): Separation of Concerns, Rust-Style
www.howtocodeit.com

Research
SquirrelFS: using the Rust compiler to check file-system crash consistency
arxiv.org

Trusting code in the wild: Exploring contributor reputation measures to review dependencies in the Rust ecosystem
arxiv.org

Miscellaneous
Rust social status update 2024.06
rust.code-maven.com

Learning Material for Idiomatic Rust
corrode.dev
Crate of the week: yazi

This week's crate is yazi, a blazing fast terminal file manager based on async I/O.
🎉6
Updates from Rust Community

Project/Tooling Updates
ratatui - v0.27.0
ratatui.rs

Introduction - ChoRus
lsd-ucsc.github.io

uuid now properly supports version 7 counters
kodraus.github.io

Godot-Rust - June 2024 update
godot-rust.github.io

piggui v0.2.0
andrewdavidmackenzie/pigg/releases/tag/0.2.0

git-cliff 2.4.0 is released!
git-cliff.org

Observations/Thoughts
Claiming, auto and otherwise
smallcultfollowing.com

Ownership
without.boats

Puzzle: Sharing declarative args between top level and subcommand using Clap
gribnau.dev

Will Rust be alive in 10 years?
tweedegolf.nl

Why WebAssembly came to the Backend (Wasm in the wild part 3)
www.jakobmeier.ch

in-place construction seems surprisingly simple?
blog.yoshuawuyts.com

Igneous Linearizer
domain-j.com

Life in the FastLanes
blog.spiraldb.com

Rust's concurrency model vs Go's concurrency model: stackless vs stackfull coroutines
kerkour.com

Rust Walkthroughs
Master Rust by Playing Video Games!
https://jonte-osterberg.medium.com/master-rust-by-playing-video-games-cf5f7d8b1e28

Tokio Waker Instrumentation
hegdenu.net

Build with Naz : Comprehensive guide to nom parsing
developerlife.com

Running a TLC5940 with an ESP32 using the RMT peripheral
wapl.es

Rust Data-Structures: What is a CIDR trie and how can it help you?
d34dl0ck.me

Rust patterns: Micro SDKs
kerkour.com

[series] The Definitive Guide to Error Handling in Rust (part 1): Dynamic Errors
www.howtocodeit.com

Research
When Is Parallelism Fearless and Zero-Cost with Rust?
dl.acm.org

Miscellaneous
An Interview with Luca Palmieri of Mainmatter
filtra.io
👍1
Crate of the week: cargo-binstall

This week's crate is cargo-binstall, a cargo subcommand to install crates from binaries out of their github releases.
👍4
Updates from Rust Community

Official
Types Team Update and Roadmap
blog.rust-lang.org

Project/Tooling Updates
Rustlings Rewrite
mo8it.com

iroh 0.19.0 - Make it your own
iroh.computer

Announcing Polars 1.0
pola.rs

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

r3bl_cmdr v0.0.14 released
r3bl-org/r3bl-open-core/blob/main/CHANGELOG.md#v0014-2024-06-29

r3bl_tui v0.5.6 released
r3bl-org/r3bl-open-core/blob/main/CHANGELOG.md#v056-2024-06-29

Danube - Pub/Sub messaging broker
dev-state.com

what-the-time 1.0.0
sdball/what-the-time/releases/tag/v1.0.0

Meilisearch releases v1.9
blog.meilisearch.com

derive-deftly (the template-based derive macro facility) is nearing 1.x - call for review/testing
diziet.dreamwidth.org

Observations/Thoughts
Ergonomic Self-Referential Types for Rust
blog.yoshuawuyts.com

More thoughts on claiming
smallcultfollowing.com

Async closures
hackmd.io

Rust has three reference types!
ssbr.xyz

sans-IO: The secret to effective Rust for network services
www.firezone.dev

[audio] OxidOS with Alexandru Radovici
corrode.dev

Rust Walkthroughs
Resolving Rust Symbols
blog.shrirambalaji.com

#![doc = include_str!()] with intra-doc links
linebender.org

The Minimal Rust-Wasm Setup
dzfrias.dev

Build with Naz : Markdown parser in Rust and nom from r3bl_tui
developerlife.com

Adding compile-time safety to the AWS SDK with syn's Visit trait
medium.com/@sam.van.overmeire

Adding GraphQL Support to Loco with Seaography
www.sea-ql.org

Rust patterns: Don't put any code in mod.rs or lib.rs files
kerkour.com

[series] Master Hexagonal Architecture in Rust (part 3): Service, the heart of hexagonal architecture
www.howtocodeit.com

Miscellaneous
FizzBuzz Multithreaded - synchronization with rendezvous channels
firedbg.sea-ql.org

[video] Zelda Hessler discusses the AWS SDK for Rust
www.youtube.com
👍1
Crate of the week: asak

This week's crate is asak, a terminal-based audio recording/playback TUI.
Updates from Rust Community

Newsletters
This Week in Bevy: Bevy 0.14's Release, Cosmic Text, and water reflections
thisweekinbevy.com

Project/Tooling Updates
Maelstrom v0.10.0: A Hermetic, Fast, Clustered Test Runner: Added Support for Python Tests, Other Container Image Repositores, and more
maelstrom-software/maelstrom/releases/tag/v0.10.0

Rust for filesystems
lwn.net

Bevy 0.14
bevyengine.org

Introducing Avian Physics 0.1
joonaa.dev

iroh 0.20.0
iroh.computer

Release Nutype 0.4.3
greyblake/nutype/releases/tag/v0.4.3

Rerun 0.17 - better blueprints with defaults and overrides for any data
rerun.io

Observations/Thoughts
Rustic Witcher: Reimagining data anonymization
engineering.theblueground.com

Memory Safety in C++ vs Rust vs Zig
medium.com/@shyamsundarb

Using unsafe in our Rust interpreters: easy, debatably ethical performance
octavelarose.github.io

How to configure CPU cores to be used in a Tokio application with core_affinity
blog.veeso.dev

Further simplifying self-referential types for Rust
blog.yoshuawuyts.com

Network Manager and Rust's zbus
rbs.io

PyO3: From Python to Rust and Back Again
www.youtube.com

Properly Testing Concurrent Data Structures
matklad.github.io

A Unified Typesystem
https://gist.github.com/Aras14HD/f96cebf827975ba51852b1b981c389ab

Rust Walkthroughs
Writing Production Rust Macros with macro_rules!
www.howtocodeit.com

Mix in Rust
tweedegolf.nl

Demystifying Rust's HTTP ecosystem: Here is how the different crates fit together
kerkour.com

Build with Naz : Rust async in practice tokio::select! & cancellation safety
developerlife.com

Miscellaneous
June 2024 Rust Jobs Report
filtra.io

[video] Jan Hohenheim discusses Rust, Rust GameDev Newsletter & The Bevy Engine
www.youtube.com
👍4
Crate of the week: derive_deftly

This week's crate is derive_deftly, a proc macro to create derive macros from declarative code.
Updates from Rust Community

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

Project/Tooling Updates
Zed: Linux when? Linux now.
zed.dev

r3bl_terminal_async v0.5.4 released
r3bl-org/r3bl-open-core/blob/main/CHANGELOG.md#r3bl_terminal_async

r3bl_test_fixtures v0.0.1 released
r3bl-org/r3bl-open-core/blob/main/CHANGELOG.md#r3bl_test_fixtures

📦 Cratery, a lightweight private cargo registry with batteries included, built for organisations, is now open-source
cenotelie/cratery

Observations/Thoughts
The missing parts in Cargo
weihanglo.tw

How HappyLock Works
www.botahamec.dev

Implementing a generic range parser in Rust
blog.veeso.dev

[video] My favorite Rust design pattern
www.youtube.com

[audio] Fusion Engineering with Jakub Valtar
corrode.dev

[audio] On the Road: RustNL & Oxidize
jamesmunns.com

Rust Walkthroughs
Global Registration
donsz.nl

Gray-Scott with Rust
grayscott-with-rust-grasland-5e6591fc7054976525da4f6c87122ea76c.pages.in2p3.fr/

How to make Rust Desktop App with Egui and ChatGPT
www.onlycoiners.com

Writing eBPF Tracepoint Program with Rust Aya: Tips and Example
yuki-nakamura.com

Surprises with Rust's as (and Python division)
annahope.me

Build with Naz : Box and Pin exploration in Rust
developerlife.com

How to organize large Rust codebases
kerkour.com

Playing guitar tablatures in Rust
agourlay.github.io

Research
An Empirical Study of Rust-for-Linux: The Success, Dissatisfaction, and Compromise
www.usenix.org

Bringing Rust to Safety-Critical Systems in Space
arxiv.org

Miscellaneous
[audio] RustShip: Rust on AWS Lambda with Luciano Mammino
ieni.dev
👍2
Crate of the week: cargo-wizard

This week's crate is cargo-wizard, a cargo subcommand that applies profile and config templates to your Cargo project to configure it for maximum performance, fast compile times or minimal binary size.
👍4👎2
Updates from Rust Community

Foundation
Rust Foundation Fellowship Grants Program 2024
foundation.rust-lang.org

Newsletters
thisweekinbevy - Bevy Jam 5, Radiance Cascades, and Calculators in many ui kits
thisweekinbevy.com

Project/Tooling Updates
Slint 1.7 Released with New Widgets, Multi-Window Support, and Live-Preview Redesign
slint.dev

Diesel Async 0.5
blog.weiznich.de

iroh 0.21.0 - Fix, clean & polish
iroh.computer

gitoxide [June 2024]
Byron/gitoxide/discussions/1459

Iced v0.12 Tutorial - Asynchronous actions with Commands
leafheap.com

Query.rs - A search engine for Rust
query.rs/

Observations/Thoughts
without.boats - Pin
without.boats

without.boats - Pinned places
without.boats

RocksDB: Not A Good Choice for a High-Performance Streaming Platform
www.feldera.com

A type system for RCL: Implementing a typechecker in Rust
ruudvanasseldonk.com

Beating the compiler
www.mattkeeter.com

Deconstructing the Role-Playing Video Game
olano.dev

the spatula
www.thespatula.io

Named Arguments In Rust, If You Want Them
rtpg.co

WebAssembly on the server: Compiling Rust to WASM and executing it from Go
blog.arcjet.com

Async Rust: The new billion-dollar mistake?
kerkour.com

Nine Rust Cargo.toml Wats and Wat Nots: Master Cargo.toml formatting rules and avoid frustration
towardsdatascience.com

Rust Walkthroughs
Plugins With Rust and WASI Preview 2
benw.is

Build your own SQLite, Part 1: Listing tables
blog.sylver.dev

Miscellaneous
Building Search In Rust
filtra.io

Oxidize 2024 talks are now available on YouTube
www.youtube.com