Rust Bytes
banner
rustaceans.bsky.social
Rust Bytes
@rustaceans.bsky.social
Bi-Weekly Digest for Rustaceans https://weeklyrust.substack.com/
Good weekend read 🦀

Writing a mockable Filesystem trait in Rust without RefCell

#rust #rustlang #programming

pyk.sh/blog/2025-12...
Writing a mockable Filesystem trait in Rust without RefCell
I needed to test my CLI tool without writing to disk. I started with a messy `RefCell` setup but refactored it to use proper Rust borrowing instead.
pyk.sh
December 21, 2025 at 3:47 PM
Linus's ultimate choice

#rust #rustlang #programming
December 18, 2025 at 6:06 AM
Rust Bytes Turns 2 🎉
Celebrating the 2 Years of Rust Bytes, How Far We’ve Come and What’s Next

#rust #rustlang #programming
open.substack.com/pub/weeklyru...
Rust Bytes Turns 2 🎉
Celebrating the 2 Years of Rust Bytes, How Far We’ve Come and What’s Next
open.substack.com
December 18, 2025 at 5:29 AM
Linux Kernel Rust Code Sees Its First CVE Vulnerability

#rust #rustlang #programming

lore.kernel.org/linux-cve-an...
lore.kernel.org
December 17, 2025 at 11:44 PM
Awesome links of last week 🦀

Check thread below 👇

#rust #rustlang #programming
December 15, 2025 at 6:30 AM
Read our latest issue!

🦀 Rust Is Officially Part of Linux Mainline
Today’s issue: Rust 1.92.0 Is Out, Zed’s Hidden Gems, and Redis-rs Is Finally Stable?
open.substack.com/pub/weeklyru...
🦀 Rust Is Officially Part of Linux Mainline
Today’s issue: Rust 1.92.0 Is Out, Zed’s Hidden Gems, and Redis-rs Is Finally Stable?
open.substack.com
December 15, 2025 at 1:31 AM
Holidays are here and a perfect time to level up! 🎄

Learn Rust beyond the basics by building real projects from scratch including Git, Docker, Redis, Kafka, SQLite, BitTorrent, and more.

Join free. Get 40% off when you upgrade.
#rust #rustlang

app.codecrafters.io/join?via=rus...
December 14, 2025 at 9:04 PM
Listen to Glauber Costa (CEO of Turso) talk about building Turso - the in-process SQL database written in Rust and compatible with SQLite.

#rust #rustlang #programming
www.youtube.com/watch?v=1JHO...
Will Turso Be The Better SQLite? (with Glauber Costa)
SQLite is embedded everywhere - phones, browsers, IoT devices. It's reliable, battle-tested, and feature-rich. But what if you want concurrent writes? Or CDC for streaming changes? Or vector indexes…
www.youtube.com
December 13, 2025 at 2:06 PM
It feels great seeing most of you participate in Advent of Code!

Remember you can still join our private Rust leaderboard with the code 5140157-18892126.

Keep it up for the remaining 6 days.

#rust #rustlang #programming
December 10, 2025 at 8:33 AM
Making it easier to sponsor Rust contributors

#rust #rustlang #programming

blog.rust-lang.org/2025/12/08/m...
Making it easier to sponsor Rust contributors | Rust Blog
Empowering everyone to build reliable and efficient software.
blog.rust-lang.org
December 9, 2025 at 8:15 PM
Good read:

Thoughts on Go vs. Rust vs. Zig

#rust #go #zig

sinclairtarget.com/blog/2025/08...
Thoughts on Go vs. Rust vs. Zig
Sinclair Target's personal website.
sinclairtarget.com
December 5, 2025 at 2:11 PM
🚨 Rustaceans! We're pausing challenges for the entire #AdventOfCode (Dec 1-15) period.

Join our private leaderboard: code 5140157-18892126.
🎄🦀
#Rust #rustlang #programming

adventofcode.com/2025
Advent of Code 2025
The first puzzles will unlock on December 1st at midnight EST (UTC-5). See you then!
adventofcode.com
November 28, 2025 at 6:53 AM
Historic IRC conversations from the Mozilla network

#rust #rustlang #programming

brson.github.io/rust-qdb/
Rust Quotes - Mozilla QDB
Historic IRC conversations from the Mozilla network
brson.github.io
November 27, 2025 at 6:23 AM
This Week's Rust Challenge 🦀

Zigzag Merge Iterator

Implement an iterator that merges two input iterators of i32 by alternating yields (first from iter1, then iter2, etc.) until both are exhausted.

If one ends early, continue with the remaining from the other.

#rust #rustlang #programming
November 27, 2025 at 4:05 AM
PROJECT SPOTLIGHT 💡

Sprout is a programmable UEFI bootloader written in Rust.

#rust #rustlang #programming
November 26, 2025 at 6:10 AM
Awesome links of last week 🦀

Check thread below 👇

#rust #rustlang #programming
November 24, 2025 at 6:46 AM
Read our latest issue 94🦀

🦀 How Rust Crashed the Internet

Today’s issue: 2025 State of Rust Survey, GCC Supports Wild Linker, and C’s Sins No LLM Can Rust Away

#rust #rustlang #programming
open.substack.com/pub/weeklyru...
🦀 How Rust Crashed the Internet
Today’s issue: 2025 State of Rust Survey, GCC Supports Wild Linker, and C’s Sins No LLM Can Rust Away
open.substack.com
November 24, 2025 at 12:58 AM
This Week's Rust Challenge 🦀

Log Analyzer

You are given a system log file named Mac_2k.log, located in the src directory.
The file contains real macOS-style log entries that follow this general pattern:
github.com/Rust-Bytes/l...

#rust #rustlang #programming
GitHub - Rust-Bytes/log_analyzer: Issue 93 Challenge template
Issue 93 Challenge template. Contribute to Rust-Bytes/log_analyzer development by creating an account on GitHub.
github.com
November 19, 2025 at 6:10 AM