Rust Bytes

@rustaceans
79 Followers
21 Following
176 Posts
Bi-Weekly Digest for Rustaceans https://weeklyrust.substack.com

This Week's Project Spotlight💡

Zizmor

Zizmor is a tool designed scan GitHub Actions workflows for security vulnerabilities, safeguarding your CI/CD pipelines.

#rust #rustlang #programming

Zed’s Debugger Is Here to Save Your Sanity

Today’s Issue: Become a Better Rust Engineer, Rewriting Kafka in Rust Async, and Migrating off Legacy Tokio at Scale

Rust Bytes

Clippy, the Rust linter, is entering a 12-week **feature freeze** starting June 26th to September.

They'll focus on bug fixes & improving lint accuracy.

New features will be queued. Your help with bug reports & docs is welcome! #rust #rustlang #programming

https://blog.rust-lang.org/inside-rust/2025/06/21/announcing-the-clippy-feature-freeze/

Announcing the Clippy feature freeze | Inside Rust Blog

Want to follow along with Rust development? Curious how you might get involved? Take a look!

TokioConf 2026, the first conference for Rust async network app developers, is happening April 20-22, 2026, in Portland, OR.

Get ready for talks, panels, and community sharing on building high-performance, reliable Rust applications. CFP opening soon!

#rust #programming
https://tokio.rs/blog/2025-06-19-announcing-tokio-conf

Announcing TokioConf 2026 | Tokio - An asynchronous Rust runtime

Tokio is a runtime for writing reliable asynchronous applications with Rust. It provides async I/O, networking, scheduling, timers, and more.

Boa devs share their journey implementing Temporal, the new JS date/time API, in Rust.

From crafting `temporal_rs` to tackling JsValue quirks, they’re building a robust library for both JS engines and native Rust.

#Rust #rustlang #programming

https://boajs.dev/blog/2025/06/15/temporal-impl-1

Implementing Temporal, the new date/time API for JavaScript (and Rust!) | Boa JS

A blog post about the temporal_rs Rust crate that implements JavaScript's Temporal API and how temporal_rs supports implementing Temporal in JavaScript engines.

Rex Wang rewrote Kafka in Rust, creating StoneMQ - a blazing-fast, efficient message queue.

#Rust #Kafka #rustlang #programmingjokes

https://wangjunfei.com/2025/06/18/Rewriting-Kafka-in-Rust-Async-Insights-and-Lessons-Learned/

Rewriting Kafka in Rust Async: Insights and Lessons Learned in Rust | Rex Wang

Rex Wangs blog

Datalog in Rust: A workshop-inspired project to build an interactive Datalog engine, emphasizing usability & performance. Covers parsing, fact storage, & rule eval with program analysis demos.
#Rust #Datalog #prorgamming #rustlang

https://github.com/frankmcsherry/blog/blob/master/posts/2025-06-03.md

blog/posts/2025-06-03.md at master · frankmcsherry/blog

Some notes on things I find interesting and important. - frankmcsherry/blog

GitHub
@rustaceans use something like Search<SearchType> and use monomorphization - you don't repeat common fields, you don't need to match on SearchType, you don't need to repeat function impls unless there is actually a difference in handling
bzip2 crate switches from C to 100% rust - Trifecta Tech Foundation

C vs Rust in a nutshell: C compiles every time but never works, Rust works every time but never compiles! 😂

credit:https://www.reddit.com/r/rustjerk/comments/1ktkm2z/how_type_system_makes_me_feel
#ProgrammingHumor #C #rustlang #rust