Rust Bytes
@rustaceans.bsky.social
📤 246
📥 19
📝 872
Bi-Weekly Digest for Rustaceans
https://weeklyrust.substack.com/
What are you working on this weekend?
about 1 hour ago
0
0
0
Rust in the kernel isn’t about chasing “young devs”, it’s about memory safety. But for NetBSD? Toolchain pain, portability gaps, and mismatched release cycles make Rust in base or kernel a hard sell.
#rust
#rustlang
#programming
about 9 hours ago
0
0
0
Rust In Paris 2026 is happening in march 27 , 2026 in PARIS + Online! The speaker lineup is also out. cc:@rustinparis
#rust
#rustlang
#programming
about 9 hours ago
1
0
0
The fastest growing Rust feature is: companies quietly migrating to it.
1 day ago
0
1
0
Is your company currently hiring for a role that includes using Rust? Reply with a link to the opening and any relevant context. If you're not, we'd appreciate a repost for visibility
#rust
#rustlang
#programming
1 day ago
0
2
2
Only 11 days left to submit your talk for RustConf 2026! Don't miss out on sharing your Rust expertise.
#rust
#rustlang
#programming
sessionize.com/rustconf-2026/
loading . . .
RustConf 2026: Call for Proposals
Join us in beautiful Montréal, Canada or online for 2+ days of excellent Rust programming language content, Rust training/workshops, an "UnConference"...
https://sessionize.com/rustconf-2026/
1 day ago
0
0
0
The amazing Jon Gjengset (@jonhoo) will be streaming tomorrow on "impl Rust: Avro IDL tool in Rust via ANTLR" 🦀 If you want to learn Rust you wouldn't afford to miss the stream!
#rust
#rustlang
#programming
www.youtube.com/watch?v=NqV_...
loading . . .
impl Rust: Avro IDL tool in Rust via ANTLR
Some of you may be familiar with Avro, the Apache take on Google's Protocol Buffers. Where Protobuf has just one file format, `.proto`, Avro has *three*. Two of these are JSON-based. The first, .avsc…
https://www.youtube.com/watch?v=NqV_KhDsMIs
1 day ago
0
0
0
First look at 2026 Project goals 🦀
#rust
#rustlang
#programming
blog.rust-lang.org/inside-rust/...
loading . . .
First look at 2026 Project goals | Inside Rust Blog
Want to follow along with Rust development? Curious how you might get involved? Take a look!
https://blog.rust-lang.org/inside-rust/2026/02/03/first-look-at-2026-project-goals/
2 days ago
0
0
0
Rust errors read like a senior engineer who actually cares. 🦀
2 days ago
0
0
0
This Week's Rust Tip 🦀 bool::then: Lazy Option Creation bool::then can be used as an alternative to if-else when building Option<T> conditionally. It’s also lazy, so the closure only runs if true, skipping all work (allocations, I/O, heavy calculations) when false.
#rust
2 days ago
2
5
0
Have a productive week Rustaceans! 🦀
5 days ago
0
3
0
Amazing Links of Last Week 🦀 Check thread below 🧵
#rust
#rustlang
#programming
5 days ago
1
0
0
“Rust is verbose” is just “I miss writing bugs faster.”
5 days ago
0
1
0
A talk to watch for at
#FOSDEM
"Rust Coreutils in Ubuntu: Yes, we rewrote /bin/true in Rust — Here’s what really happened " by @sylvestreledru
#rust
#rustlang
6 days ago
0
0
0
A good weekend read 🦀
#rust
#rustlang
#programming
antithesis.com/blog/2026/ru...
loading . . .
How we interfaced single-threaded C++ with multi-threaded Rust
And lived to tell the tale.
https://antithesis.com/blog/2026/rust_cpp/
7 days ago
0
0
0
"C++ devs be like... "
7 days ago
1
0
0
crates.io
: development update 🦀
#rust
#rustlang
#programming
blog.rust-lang.org/2026/01/21/c...
loading . . .
crates.io: development update | Rust Blog
Empowering everyone to build reliable and efficient software.
https://blog.rust-lang.org/2026/01/21/crates-io-development-update/
8 days ago
1
2
0
“Rust will destroy everything”, meanwhile, I’m just here enjoying the memory safety.
8 days ago
0
1
0
RustConf 2026 Call for Proposals closes in 18 days! Got a wild Rust war story, a clever hack, or hard-won lesson? submit a talk and put it in front of the largest gathering of Rustaceans.
#rust
#rustlang
#programming
sessionize.com/rustconf-2026/
loading . . .
RustConf 2026: Call for Proposals
Join us in beautiful Montréal, Canada or online for 2+ days of excellent Rust programming language content, Rust training/workshops, an "UnConference"...
https://sessionize.com/rustconf-2026/
8 days ago
0
0
1
The Book is all you need to get started with Rust! 👇
#rust
#rustlang
#programming
doc.rust-lang.org/stable/book/
loading . . .
The Rust Programming Language - The Rust Programming Language
Press ← or → to navigate between chapters
https://doc.rust-lang.org/stable/book/
9 days ago
0
1
0
Stop trying to make GC happen in systems programming. Use Rust.
9 days ago
0
0
0
Bevy is super amazing btw!
9 days ago
0
1
0
Yet Another Rust Rewrite: Yarn 6 Preview
#rust
#rustlang
#programming
10 days ago
1
2
0
2025 Rust Foundation Annual Report Project Director Update 🦀
#rust
#rustlang
#programming
blog.rust-lang.org/inside-rust/...
loading . . .
2025 Rust Foundation Annual Report Project Director Update | Inside Rust Blog
Want to follow along with Rust development? Curious how you might get involved? Take a look!
https://blog.rust-lang.org/inside-rust/2026/01/27/2025-rust-foundation-annual-report/
10 days ago
0
2
0
Rust library tip: Make your public structs future-proof with
#[non_exhaustive
] + a private field. When you might add fields later, this combo prevents direct struct literals, forcing users to use your constructor. Result? You can add fields without breaking existing code. Example
#rust
#rustlang
10 days ago
1
0
1
The hardest part of Rust is accepting that your mental model is wrong.
10 days ago
0
2
0
Every system eventually gets rewritten in Rust. Some just take longer.
11 days ago
0
4
1
Rust is the first time we’ve seen linear/affine type systems make it into practical use.
11 days ago
0
1
0
This Week's Project Spotlight 🦀 Pake Pake is the little tool that turns any webpage into a proper desktop app.
#rust
#rustlang
#programming
github.com/tw93/Pake
loading . . .
https://github.com/tw93/Pake
11 days ago
1
0
0
If your code compiles in Rust, it actually works.
12 days ago
0
2
0
10 Awesome links of last week 🦀 Check thread below 🧵
#rust
#rustlang
#programming
12 days ago
1
0
0
Fighting the borrow checker isn’t a bug, it’s a feature, a feature that saves you from yourself
13 days ago
0
1
0
What are you building this weekend? New crate, side project, or just fighting the borrow checker?
13 days ago
0
2
1
Rust doesn’t prevent bugs. It just bullies you until you stop writing them.
14 days ago
0
1
0
Is your company currently hiring for a role that includes using Rust? Reply with a link to the opening and any relevant context. If you're not, we'd appreciate a repost for visibility
#rust
#rustlang
#programming
15 days ago
0
1
1
It’s 2026, and I still can’t believe how good cargo is.
15 days ago
0
0
0
crates.io
: development update
#rust
#rustlang
#programming
blog.rust-lang.org/2026/01/21/c...
loading . . .
https://crates.io
15 days ago
1
1
0
An implementation of the C++ Masstree data structure in Rust.
#rust
#rustlang
#programming
github.com/consistent-m...
loading . . .
GitHub - consistent-milk12/masstree: An implementation of the C++ Masstree data structure in Rust.
An implementation of the C++ Masstree data structure in Rust. - consistent-milk12/masstree
https://github.com/consistent-milk12/masstree
15 days ago
0
2
0
Rust 1.93.0 is out
#rust
#rustlang
#programming
releases.rs/docs/1.93.0/
loading . . .
Rust Changelogs
1.93.0 # Released on: 22 January, 2026 Branched from master on: 5 December, 2025 Language # Add warn-by-default function_casts_as_integer lint Add future-incompatibility warning for ... function parameters...
https://releases.rs/docs/1.93.0/
16 days ago
0
3
2
Fast as C, safe as Haskell, and way better error messages than both.
16 days ago
0
8
1
This Week's Project Spotlight 🦀 Tylax Tylax is a high-performance tool that converts mathematical formulas, tables, full documents, and TikZ graphics between LaTeX and Typst formats.
#rust
#rustlang
#programming
17 days ago
1
0
0
Provenance scares me 🦀
#rust
#rustlang
#programming
17 days ago
1
2
0
RUST TIP 🦀 Last week we had you solve the Group String Rotations challenge. Now, this week’s tip.
#[inline
] on small hot-path methods in traits
17 days ago
1
0
0
we’re honestly so lucky we got Rust
18 days ago
0
0
0
Awesome links of last week 🦀 Check thread below
#rust
#rustlang
#programming
19 days ago
1
1
0
Infrastructure Team 2025 Q4 Recap and Q1 2026 Plan
#rust
#rustlang
#programming
blog.rust-lang.org/inside-rust/...
loading . . .
https://blog.rust-lang.org/inside-rust/2026/01/13/infrastructure-team-q4-2025-recap-and-q1-2026-plan/
21 days ago
1
1
0
What does it take to ship Rust in safety-critical? 🦀
#rust
#rustlang
#prorgamming
blog.rust-lang.org/2026/01/14/w...
loading . . .
What does it take to ship Rust in safety-critical? | Rust Blog
Empowering everyone to build reliable and efficient software.
https://blog.rust-lang.org/2026/01/14/what-does-it-take-to-ship-rust-in-safety-critical/
22 days ago
1
1
0
"std::mem::forget(9/11) "
#rust
#rustlang
#programming
22 days ago
2
1
0
Good weekend read 1160 PRs to improve Rust in 2025 🦀
#rust
#rustlang
#programming
kobzol.github.io/rust/rustc/2...
loading . . .
Rust Bytes | Substack
Bi-Weekly Digest for Rustaceans 📨. Click to read Rust Bytes, a Substack publication with thousands of subscribers.
https://weeklyrust.substack.com/
27 days ago
1
2
0
"C++ers try to mimic a fraction of our power" 🦀
#rust
#rustlang
#programming
28 days ago
1
0
0
Load more
feeds!
log in