Rust Bytes
@rustaceans.bsky.social
170 followers 19 following 490 posts
Bi-Weekly Digest for Rustaceans https://weeklyrust.substack.com/
Posts Media Videos Starter Packs
rustaceans.bsky.social
Test your solution on Rust Playground. Once completed, please share your solution and tag us either on X, BlueSky, Mastodon, LinkedIn, or reply to this email.

play.rust-lang.org?version=stab...
Rust Playground
A browser interface to the Rust compiler to experiment with the language
play.rust-lang.org
rustaceans.bsky.social
This Week's Rust Challenge 🦀

String Compression

Your task is to implement a compress_string function that compresses a string by replacing consecutive repeated characters with the character followed by the number of repetitions.

#rust #rustlang #programming
rustaceans.bsky.social
For those who couldn’t, we completely understand and hope you’ll join us in the next one.

And given the positive feedback we got, we’re excited to continue this series next year as well.
rustaceans.bsky.social
Thank You

Two months ago, we paused the Rust challenges to host Rust Q&A interviews with prominent figures in the Rust community.

We sincerely want to thank everyone who took the time to participate. We really appreciate your time and effort.

#rust #rustlang #programming
rustaceans.bsky.social
Thanks for finding the issues useful!
rustaceans.bsky.social
Good job Nicolas.

We will feature your solution in the coming issue of the newsletter!
rustaceans.bsky.social
Good job we will feature your solution in the coming issue of the newsletter!
rustaceans.bsky.social
- Agent Whisperer Mode - Built-in MCP tools let your bots sniff out data and stroll the graph with ease.

HelixDB is aiming to be the backbone for agents, RAG pipelines, and knowledge-driven applications.
rustaceans.bsky.social
- Graph + Vector First - It’s designed to natively store and traverse relationships and vectors, making knowledge graphs and RAG apps way less of a headache.
rustaceans.bsky.social
Here’s why HelixDB could be a smart choice:

- Built-in Embeddings - Forget pre-processing your data; HelixDB handles vectorization with a handy Embed function.
rustaceans.bsky.social
Databases were built for humans, structured tables, neat rows, and polite SQL. Problem is, AI doesn’t care about your rows. It wants vectors, graphs, and unstructured chaos. That’s what HelixDB aims to solve.
rustaceans.bsky.social
This Weeks Project Spotlight 💡

#rust #rustlang #programming

HelixDB

HelixDB is a database built from scratch to be the backend for any AI application.
rustaceans.bsky.social
10. Ferrous Systems is presenting at the European Space Agency’s Software Product Assurance Workshop, highlighting how Rust is being adopted across industries to build safer, faster, and more reliable software.
ferrous-systems.com/blog/rust-wh...
Rust: Who, What and Why for ESA SW PA Workshop
Ferrous Systems is presenting a poster at the European Space Agency's Software Product Assurance Workshop on the commercial uses of Rust
ferrous-systems.com
rustaceans.bsky.social
9. Bevy v 0.17 is out bringing with it Solari’s raytraced lighting for global illumination magic, BVH culling shrugging off 115 billion triangles, and hot-patching systems for instant Rust tweaks.
bevy.org/news/bevy-0-...
Bevy 0.17
Bevy is a refreshingly simple data-driven game engine built in Rust. It is free and open-source forever!
bevy.org
rustaceans.bsky.social
5. In other news, Google’s tossing another $350k at Rust and $100,000 in Google Cloud credits to support the Rust Crate infrastructure.
www.linkedin.com/feed/update/...
www.linkedin.com
rustaceans.bsky.social
3. Think Vec is simple? Ha! Marek Markiewka pulls the curtain back on RawVec, Unique, and NonNull, showing how Rust hides unsafe chaos behind a friendly API.
marma.dev/articles/202...
Under the hood: Vec<T>
Let's look at Vec<T> to get a better understanding of its inner structure.
marma.dev