This blog post announces the release of rustup version 1.28.1, addressing issues found in version 1.28.0 and providing updates on how to update and potential caveats.
Call for testing of inferred const generic arguments in Rust, which simplifies syntax and improves code readability by allowing the compiler to infer const generic values.
A summary of changes and improvements to the Rust test infrastructure during January and February 2025, including the transition of `ci.py` to a Rust crate and the retirement of the `Makefile`-based `run-make` test infrastructure.
Discover tfmcp, a Rust tool enabling LLMs to operate Terraform using the Model Context Protocol for infrastructure management through natural language.
This article summarizes the new features, enhancements, and upgrades introduced in SeaORM 1.1, including Postgres Vector support, nested relational queries, and improved Seaography integration.
A Rust proxy's voracious appetite for CPU is tamed by identifying and fixing a TlsStream state machine bug, highlighting dependency management and instrumentation lessons.
Explore the nuances of Rust's `const fn` execution, distinguishing between compile-time evaluation and runtime execution based on argument types and context.
This article dives into the mechanics of async Rust, covering topics like the Future trait, Pin type, Context, and Poll, and even demonstrates building a simple async runtime.
Discover how Ferrous Systems built their Rust-based demos for Embedded World 2025, showcasing Rust's capabilities on Arm Cortex-M and Cortex-R architectures.
This video offers a presentation on derive macros within the Rust programming language, covering their functionality, benefits, and practical applications for developers.
This article details a live coding session where a command-line tool for plotting data in the terminal using ASCII, guff, is ported to Rust and enhanced with new functionalities.