Rust Bytes
banner
rustaceans.bsky.social
Rust Bytes
@rustaceans.bsky.social
Bi-Weekly Digest for Rustaceans https://weeklyrust.substack.com/
Whenever Rust-in-the-linux is mentioned! 🦀

#rust #rustlang #programming
February 12, 2026 at 8:30 AM
Dependency Injection in Bevy by PROMETHIA

#rust #rustlang #programming
February 12, 2026 at 6:06 AM
What's your go-to library for developing APIs in Rust?
February 11, 2026 at 8:25 PM
It’s not a compiler error, it’s a polite suggestion to fix your inevitable production outage.
February 11, 2026 at 10:19 AM
This Week's Rust Tip

Const Generics for Type-Safe Matrix Operations

Const generics enable parameterizing types with compile-time constants, such as array or matrix dimensions.

#rust #rustlang #programming
February 11, 2026 at 9:03 AM
Zero-cost abstractions actually mean zero cost.
February 11, 2026 at 6:10 AM
Fyrox Game Engine 1.0.0 - Release Candidate 2 🦀

#rust #rustlang #programming
February 11, 2026 at 6:10 AM
Fyrox Game Engine 1.0 is expected to release next month!

Rust game engines are slowly maturing!
February 10, 2026 at 10:26 AM
This Week's Project Spotlight 🦀

BoxLite
BoxLite is an embedded micro-VM runtime for AI agents running OCI containers with hardware-level isolation, and no daemon required.

#rust #rustlang #programming
February 10, 2026 at 10:08 AM
Rust isn’t hard. It’s just very clear about what you don’t know.
February 10, 2026 at 6:42 AM
I've been hearing great things about cargo-dist and tried it out last weekend.

It's so good: simple configuration, generates clear documentation with installers, and it's compatible with oranda too.
February 9, 2026 at 10:32 PM
Amazing Links of Last Week 🦀

Check thread below 🧵

#rust #rustlang #programming
February 9, 2026 at 7:17 PM
Rust just enforces correctness at compile time so production doesn’t have to, apparently that’s controversial.
February 9, 2026 at 6:46 AM
Rust in production: sleep well at night knowing your code won’t segfault.
February 8, 2026 at 4:55 AM
What are you working on this weekend?
February 7, 2026 at 12:50 PM
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
February 7, 2026 at 4:59 AM
Rust In Paris 2026 is happening in march 27 , 2026 in PARIS + Online!

The speaker lineup is also out.
cc:@rustinparis
#rust #rustlang #programming
February 7, 2026 at 4:43 AM
The fastest growing Rust feature is: companies quietly migrating to it.
February 6, 2026 at 12:42 PM
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
February 6, 2026 at 6:53 AM
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/
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"...
sessionize.com
February 5, 2026 at 9:15 PM
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_...
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…
www.youtube.com
February 5, 2026 at 8:58 PM
Rust errors read like a senior engineer who actually cares. 🦀
February 5, 2026 at 5:58 PM
This Week's Rust Tip 🦀

bool::then: Lazy Option Creation

bool::then can be used as an alternative to if-else when building Option conditionally.

It’s also lazy, so the closure only runs if true, skipping all work (allocations, I/O, heavy calculations) when false.

#rust
February 5, 2026 at 12:42 PM
Have a productive week Rustaceans! 🦀
February 2, 2026 at 12:29 PM