This Week's Project Spotlight💡
Zizmor
Zizmor is a tool designed scan GitHub Actions workflows for security vulnerabilities, safeguarding your CI/CD pipelines.
This Week's Project Spotlight💡
Zizmor
Zizmor is a tool designed scan GitHub Actions workflows for security vulnerabilities, safeguarding your CI/CD pipelines.
Read our latest issue 72 🦀
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/
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
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.
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/
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
bzip2 crate switches from C to 100% rust 🦀
https://trifectatech.org/blog/bzip2-crate-switches-from-c-to-rust/
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