Skip to content
TILens What matters today in tech v0.0.4
Theme

Topic · Edition

Rust

4 items on 19 Aug 2026
Rust GitHub

actix/actix-web: actix-files: v0.7.0

Remove the experimental experimental-io-uring crate feature and its implementation, including the NamedFile::open_async() method. Add support for passing multiple root directories to Files::new. Add…

Source: Actix Web Releases robjtede
Rust

1.98.0 pre-release testing

The 1.98.0 pre-release is ready for testing. The release is scheduled for August 20. Release notes can be found here. You can try it out locally by running: RUSTUP_DIST_SERVER=https://dev-static.rust-lang.org rustup…

Source: Inside Rust Blog Release automation
Rust

Rust Function Overloading - Call for Experimentation

In partnership with the Rust Foundation's Rust-C++ Interop Initiative, the Rust Project has been experimenting with function overloading for FFI bindings. This experiment is now at a stage where compiler and interop…

Source: Inside Rust Blog teor
Rust

This Week in Rust 665

Hello and welcome to another issue of This Week in Rust! Rust is a programming language empowering everyone to build reliable and efficient software. This is a weekly summary of its progress and community. Want…

Source: This Week in Rust TWiR Contributors