An update on the implementation of MetaSized bounds in Rust, including resolved feedback, a crater run, and ongoing efforts to address performance regressions.
The Rust project is demoting i686-pc-windows-gnu to Tier 2 due to lack of maintainers and expertise, potentially leading to more bugs, but builds will still be distributed.
A maintainer discusses RustConf participation, precious files becoming opt-in, round-tripping for author and committer in commits, gix blame improvements, and gix integration in Cargo.
Introducing Roto, a statically typed, JIT compiled, hot-reloadable, embedded scripting language for Rust applications, designed for speed, type safety, and ease of use.
This blog post announces the second alpha release of Yelken, a next-generation CMS, highlighting new features like Rest API additions, migration of the admin panel to SolidJS, a browser-based playground, and the foundations of Yelken Cloud.
Discover Blinksy, a no-std, no-alloc Rust library for controlling LEDs in 1D, 2D, and soon 3D spatial layouts, offering a modern development experience with support for common LED chipsets and visual patterns.
Open-source Rust crate Sguaba simplifies handling coordinate systems and transformations for engineers, preventing common errors with strong typing and extensive documentation.
This article details performance improvements to the rav1d video decoder by comparing it to dav1d using profiling and addressing inefficiencies like unnecessary buffer zeroing and suboptimal equality checks.
This article explores techniques for sending non-Send types across threads in Rust, emphasizing testability and dependency inversion for better code design.
This article explores memory performance and latency in Rust, covering topics like cache lines, stack vs heap allocation, memory alignment, global allocators, and the use of crates like smallvec and smallstr for optimization.
This article explores how to introduce Rust into your current company, highlighting successful strategies, company profiles, and key indicators of openness to adoption.