InfoQ Homepage Rust Content on InfoQ
-
Rust at the Core: Accelerating Polyglot SDK Development by Spencer Judge at QCon SF 2025
Innovative SDK team lead Spencer Judge at Temporal unveiled a game-changing strategy at QCon SF 2025: leveraging a shared Rust core to streamline multi-language SDKs. By reducing redundancy and improving efficiency, this architecture addresses the challenges developers face, delivering safer, more portable solutions that enhance the user experience and minimize technical debt.
-
AWS Lambda Rust Support Reaches General Availability
AWS has elevated Rust support in Lambda from experimental to generally available, empowering developers to create high-performance, memory-safe serverless applications. This milestone enhances developer confidence, backed by AWS support and SLA. While it offers speed comparable to C++, challenges such as lengthy SDK compile times and increased binary sizes remain key considerations.
-
VoidZero’s Rolldown Library: Rollup Compatible API with the Speed of Rust
Rolldown is a cutting-edge JavaScript/TypeScript bundler, crafted in Rust for unmatched speed and efficiency. Delivering 10-30x faster performance than Rollup, it seamlessly integrates with existing Rollup plugins, enhancing modern build workflows with advanced features. Ideal for large-scale applications and frameworks, Rolldown epitomizes the future of web bundling.
-
Vite+ Unveiled with Unified Toolchain and Rust Powered Core
Introducing Vite+ by VoidZero: a groundbreaking unified JavaScript toolchain enhancing the Vite ecosystem. With an all-in-one CLI for app scaffolding, testing, linting, and more, Vite+ delivers performance gains of up to 40x and enterprise features, all while ensuring compatibility and support for existing users. Ideal for modern teams, Vite+ promises streamlined workflows and robust scalability.
-
Rust Rewrite Enables Cloudflare to Boost CDN Performance and Enhance Security
By adopting Rust for one of its core subsystems, Cloudflare succeeded in reducing response time by 10 ms and boosting performance by 25%. Additionally, the company emphasized that Rust made their system more secure and reduced development time.
-
PyTorch Monarch Simplifies Distributed AI Workflows with a Single-Controller Model
Meta’s PyTorch team has launched Monarch, a framework that simplifies distributed AI workflows across multiple GPUs and machines. It uses a single-controller model to manage computations across a cluster, making large-scale training and reinforcement learning tasks easier while allowing developers to keep their standard PyTorch coding practices.
-
Datadog Launches Monocle, a Unified Rust-Powered Real-Time Metrics Engine
Datadog has launched Monocle, a new real-time time series storage engine written in Rust. The system unifies the company’s metrics storage infrastructure, delivering higher ingestion throughput and lower query latency while reducing operational complexity. Monocle replaces several generations of storage backends, addressing concurrency challenges and scaling limits that accumulated over time.
-
New Rust Client Enables Building Safe, High-Performance Apps with Aerospike
Aerospike has officially released its Rust client to support high-throughput, low-latency applications interacting with its real-time NoSQL database.
-
From C to Rust: inside Meta’s Developer-Led Messaging Migration
Meta has begun rewriting its mobile messaging infrastructure in Rust, gradually replacing a legacy C codebase that engineers say had become increasingly difficult to maintain and frustrating to work with.
-
Apple Completes Migration of Key Ecosystem Service to Swift, Gains 40% Performance Uplift
Apple has migrated its global Password Monitoring service from Java to Swift, achieving a 40% increase in throughput and significantly reducing memory usage—freeing up nearly 50% of previously allocated Kubernetes capacity.
-
Rust-Based Drop-in Replacement for Vite Released, Early Adopters Report 10X Faster Builds
Evan You, the creator of the Vue.JS front-end framework, recently announced a technical preview for rolldown-vite, a drop-in replacement for the Vite bundler written in Rust. Early adopters (e.g., Excalidraw, GitLab) report 3-16x faster builds and dramatically reduced memory usage.
-
Another Rust Rewrite: OpenAI’s Codex CLI Goes Native, Drops Node and TypeScript for Rust
OpenAI recently announced rewriting its Codex CLI in Rust. Codex CLI stack originally features React, TypeScript and Node. The rewrite seeks security and performance gains on top of improved developer experience.
-
Microsoft Announced Edit, New Open-Source Command-Line Text Editor for Windows at Build 2025
At its Build 2025 conference, Microsoft announced Edit, a new open-source command-line text editor, to be distributed in the future as part of Windows 11. Edit aims to provide a lightweight native, modern command-line editing experience similar to Nano and Vim.
-
Microsoft CTO Details Successes, Challenges, and Commitment to Rust at Rust Nation UK
Mark Russinovich, Chief Technology Officer for Microsoft Azure, delved in a recent talk at Rust Nation UK into the factors driving Rust adoption, providing concrete examples of Rust usage in Microsoft products, and detailing ongoing efforts to accelerate the migration from C/C++ to Rust at Microsoft by leveraging generative AI.
-
The Open-Source Version of InfluxDB 3 Reaches GA
Two years after releasing the GA version of InfluxData’s enterprise edition, their open-source version also reached that level of maturity. Conceptualised for real-time workloads and ease of running, the core version leaves aside features like long-term storage optimisations, compaction or high availability (HA), read replicas, or fine-grained access controls.