Back to home

Tag

Rust

Rust is a systems language built around memory safety, performance, and maintainability, making it a fit for kernels, WebAssembly, CLI tools, and distributed services. This tag covers the compiler, standard library, async patterns, ecosystem crates, and real-world deployments.

24 articles

cuda-oxide turns Rust into PTX kernels
Tools & Apps/Jun 11

cuda-oxide turns Rust into PTX kernels

I break down cuda-oxide’s Rust-to-CUDA flow and give you a copyable template for writing PTX kernels in Rust.

Rust is worth the hype in 2026, but only for the right jobs
Tools & Apps/Jun 8

Rust is worth the hype in 2026, but only for the right jobs

Rust is a real win for safety-critical, performance-sensitive systems, not a default choice for every team.

LiteLLM launches a minimal Rust gateway for agents
AI Agent/Jun 8

LiteLLM launches a minimal Rust gateway for agents

LiteLLM-Rust is a minimal Rust AI gateway that keeps LiteLLM configs intact while targeting sub-1ms overhead for coding agents.

Rust CLI Project in 5 Practical Steps
Tools & Apps/Jun 8

Rust CLI Project in 5 Practical Steps

Build a Rust CLI weather tool with Cargo, Tokio, Reqwest, and Clap.

Launch Site turns Rust loot runs into routes
Tools & Apps/Jun 8

Launch Site turns Rust loot runs into routes

I break down Rust’s Launch Site into a routeable loot plan you can copy for safer, cleaner runs.

5 Go-to-Rust reasons for 2026 teams
Industry News/May 31

5 Go-to-Rust reasons for 2026 teams

5 reasons Go teams should consider Rust in 2026, with benchmark data, migration paths, and cases where Go still wins.

RustWeek 2026 turns Rust into shipped code
Industry News/May 29

RustWeek 2026 turns Rust into shipped code

RustWeek 2026 showed Rust moving from promise to production in kernels, tooling, embedded, and graphics.

MDN’s WebAssembly guide turns JS into a host
Tools & Apps/May 28

MDN’s WebAssembly guide turns JS into a host

I break down MDN’s WebAssembly guide into the parts I actually use, plus a copy-ready starter for loading Wasm from JavaScript.

Wasm in 2026 turns one codebase into many runtimes
Tools & Apps/May 28

Wasm in 2026 turns one codebase into many runtimes

I break down why WebAssembly finally feels production-ready, and give you a copyable template for browser, edge, and plugin use.

Why Rust developers should stop over-tooling their setup
Tools & Apps/May 28

Why Rust developers should stop over-tooling their setup

Rust developers should keep their setup lean: a strong editor, AI help, voice input, and a structured shell are enough.

Why Rust is different, and why teams should care
Industry News/May 27

Why Rust is different, and why teams should care

Rust wins because it turns whole classes of bugs into compile-time failures and makes correctness the default.

Rust devs are building browsers, probes, and libs
Industry News/May 26

Rust devs are building browsers, probes, and libs

Rust forum members shared browser-engine work, a gRPC health probe, BTree search ideas, and a new error library.

Rust in 2026 turns C++ pain into safer systems
Tools & Apps/May 26

Rust in 2026 turns C++ pain into safer systems

I break down why Rust finally feels production-ready, with the adoption, async, and tooling shifts you can apply now.

Qdrant adds vector search for AI apps
Tools & Apps/May 23

Qdrant adds vector search for AI apps

Qdrant is a Rust-based vector database for semantic search, hybrid retrieval, and AI apps, with cloud, edge, and agent tools.

Rust memes turn compiler pain into jokes
Tools & Apps/May 23

Rust memes turn compiler pain into jokes

I break down ProgrammerHumor.io’s Rust meme about FFmpeg, safety, and the joke that “blazingly fast” can become painfully slow.

Why Rust Is Winning Systems Programming in 2026
Industry News/May 22

Why Rust Is Winning Systems Programming in 2026

Rust is rising because memory safety is now a commercial requirement, not a nice-to-have.

Why Bun’s Zig-to-Rust experiment is the right move
Tools & Apps/May 14

Why Bun’s Zig-to-Rust experiment is the right move

Bun should keep its public Zig-to-Rust experiment because it will produce real data on speed, safety, and developer cost.

Why Rust Is the AI Language of the Future
Industry News/May 14

Why Rust Is the AI Language of the Future

Rust will power more AI infrastructure because its compiler enforces safety and speed at compile time.

Why HighTec and SiFive are right to push safety-critical RISC-V
Industry News/May 10

Why HighTec and SiFive are right to push safety-critical RISC-V

HighTec and SiFive are right: safety-critical automotive and industrial software needs qualified RISC-V toolchains, not more proprietary lock-in.

Why Rust Should Not Be a Child’s First Programming Language
Tools & Apps/May 6

Why Rust Should Not Be a Child’s First Programming Language

Rust is a poor first programming language for most children, even if it is a great second or third one.

WebAssembly in 2026: Faster Web Apps, Less JavaScript
Tools & Apps/Apr 3

WebAssembly in 2026: Faster Web Apps, Less JavaScript

WebAssembly in 2026 powers faster apps, edge compute, and safer plugins, with SIMD benchmarks and Rust tooling leading the way.

Rust’s Spring Clean Adds a Ladder Hatch and Water Wheel
Industry News/Apr 3

Rust’s Spring Clean Adds a Ladder Hatch and Water Wheel

Rust’s April update adds an Armoured Ladder Hatch, a Water Wheel, tech-tree bulk unlocks, and major server and rendering gains.

Kraken CLI brings crypto trading to AI agents
Blockchain & Web3/Apr 3

Kraken CLI brings crypto trading to AI agents

Kraken open-sources a Rust CLI with 134 commands, MCP support, and paper trading so AI agents can trade crypto safely.

What FerresDB Shipped for Production Rust Search
Tools & Apps/Apr 3

What FerresDB Shipped for Production Rust Search

FerresDB adds PolarQuant, HNSW auto-tuning, PITR, reranking, and Raft-backed distributed storage for production vector search.