Skip to main content
← All Tags

Rust

16 articles in this category

AI NewsRustCLI Tools

Amnosia: A Rust-Based CLI for Terminal-Integrated Task Management

Gennaro Biondi develops Amnosia, a Rust CLI tool that automates task visibility by integrating directly into the terminal shell startup.

Read more
AI NewsRustNetworking

Building Resilient Decentralized Mesh Networks with Rust and AI

GhostWire leverages Rust and AI-powered routing to provide decentralized, encrypted communication for 2.6 billion people lacking reliable internet.

Read more
AI NewsBackend EngineeringRust

Building Production-Ready Multi-Tenant SaaS in Rust with Actix-web

SmartFarmAI implements robust tenant isolation for poultry farms in Africa using Rust and PostgreSQL Row-Level Security, securing data for operations scaling up to 60,000 birds.

Read more
AI NewsBlockchainRust

Hive Index: Real-Time Rust-Based Explorer for Blockchain Custom JSON Operations

Hive Index is a Rust-powered explorer for the Hive blockchain that aggregates custom_json operations into a 9GB real-time database.

Read more
AI NewsSoftware EngineeringRust

Tokio 2.0 Benchmarks: 10 Million Requests Per Second in Rust Async Runtimes

Tokio 2.0 dominates 2026 Rust runtimes, processing 10M+ requests/sec with sub-microsecond latency and 18% higher throughput than competitors.

Read more
AI NewsRust

Rust Compiler for 20-Year-Old Macs: A Technical Marvel

Rust compiler for PowerPC Mac OS X Tiger

Read more
AI NewsScalabilityRust

💡 Core Challenges of Scalability: A Framework Performance Comparison

A performance comparison reveals Hyperlane achieves 334,888.27 QPS in a monolithic architecture, outperforming Node.js by 2.4x.

Read more
AI NewsRustNetworking

How Cloudflare’s tokio-quiche Makes QUIC and HTTP/3 a First Class Citizen in Rust Backends

Cloudflare’s tokio-quiche library enables efficient HTTP/3 implementation in Rust, handling millions of requests per second in production environments.

Read more
AI NewsDevOpsRust

Your Deployments Are Stuck in the Past: The Lost Art of the Hot Restart

Rediscovering zero-downtime deployments through internalized service management with the Hyperlane Rust framework, eliminating reliance on external tools.

Read more
AI NewsRustSecurity

Magika 1.0: AI-Powered File Type Detection in Rust

Google released Magika 1.0, a Rust-based file type detection system achieving 99% average precision and recall across over 200 file types.

Read more
AI NewsRustTauri

Build your own tunnel in Rust: Expose local sites to the Web with blazing performance

Tauri's Sidecar pattern enables Rust apps to use Cloudflare's QUIC-based tunneling for zero-config outbound access.

Read more
AI NewsGame DevelopmentRust

Game development with SpecKit, Rust and Bevy

Explore brkrs, a Breakout-style game built with Rust, Bevy, and SpecKit, showcasing ECS architecture and spec-first workflows.

Read more
AI NewswebdevRust

Connection-Management-Art-The-Performance-Secrets-of-Low-Level-Architecture

Hyperlane handles 120,000 concurrent connections with 70% CPU usage and 30% memory overhead of Node.js.

Read more
AI NewsWeb DevelopmentRust

Server-Sent Events (SSE) Outperform WebSockets for One-Way Real-Time Updates

Hyperlane's SSE support simplifies real-time updates with lower complexity than WebSockets.

Read more
AI NewsRustDevOps

Rust CI: Security, Dependency Policy, Coverage Gate, and Fast Builds

GitHub Actions workflow for Rust enforces 80% test coverage and security checks.

Read more
AI NewsRustEmbedded Systems

How To Make A Custom Type Iterable In Rust

Learn to make a heapless vector iterable in Rust by implementing core iterator traits.

Read more