Tweeting out the best Rust posts from dev.to. Part of the @ThePracticalDev family ❤️

Joined January 2019
Photos and videos
Navigating Rust codebases usually involves context switching. This dev built a TUI that allows you to inspect crates, types, and dependencies without ever leaving the terminal. Submitted for the @GitHub Copilot CLI Challenge. { author: @0xcrackedDev } dev.to/yashksaini/i-built-a-…
1
7
502
Distributed systems introduce network latency that single binaries never had to worry about. Why some Go and Rust devs are looking back at the monolith. { author: @lightart732059 } dev.to/art_light/the-cloud-i…
1
296
Leverage Gemini CLI to build a native system info tool in Rust. This guide covers compiling the tool, wrapping it in a container, and deploying it to Google Cloud Run to verify the environment. [ author: xbill @GoogleDevExpert } dev.to/gde/building-a-rust-s…
1
420
It sounds like an unlikely pairing, but you can integrate Free Pascal with Rust. Here is a guide on bridging these two languages to leverage legacy GUI tools with modern performance. { author: Davide Del Papa } dev.to/davidedelpapa/freepas…
1
210
Optimization obsession paid off! This developer built a delta compressor that actually hits 2-byte deltas. Dive into the Rust and performance details here. { author: Oliver Seifert } dev.to/imgajeed76/i-got-obse…
1
2
223
Breaking down Rust lifetimes and borrow checker rules to show how simple annotations prevent dangling references { author: @PixPerk_ } #DEVCommunity #RustLang dev.to/pixperk/lifetimes-in-…
1
13
75
2,491
Cut down on repetitive Rust code with derive macros. Generate Debug, Clone, Eq in a single attribute to save time and reduce errors. #DEVCommunity #RustLang dev.to/sgchris/using-derive-…
3
35
1,079
Introducing apimock-rs v4 • Rewritten in Rust with hyper & tokio • Simplified setup for reliable API testing • Clear docs for quick start { author: @nabbisen } #DEVCommunity #RustLang dev.to/nabbisen/api-mock-api…
5
29
888
Breaking down Rust lifetimes with a library-book analogy—how explicit annotations keep references safe and prevent dangling pointers #DEVCommunity #RustLang dev.to/sgchris/understanding…
6
22
773
Hyperlane: pure Rust, zero deps HTTP engine on Tokio with WebSocket & SSE support. One cargo add to start, QPS north of 300K #DEVCommunity #RustLang dev.to/_95e41982c9ad08a13458…

1
3
38
1,443
📌 memcached pipelining in binary protocol 📌 quiet commands batch ops without replies 📌 Rust client adds IncrementQuiet & tests it { author: @_Obbap } #DEVCommunity #RustLang dev.to/obbap/pipelining-for-…
2
10
423
15 Rust CLI tools that bring speed, safety, and simplicity to your terminal, making legacy bash scripts a thing of the past { author: @DevlinkStudios } #DEVCommunity #RustLang dev.to/devlinktips/15-rust-c…
1
4
39
1,107