Viewing: News
Native `cargo-nextest`Â IDE Integration
cargo-nextest is becoming the industry standard test runner and how recent IDE integrations are changing the developer experience
Rust is officially Core Infrastructure in the Linux kernel
Linux kernel developers have officially recognized Rust as core infrastructure. Here is a look at what the shift from experimental to essential means for the future of systems engineering.
Native cfg_select! and Match Guards in Rust 1.95
Rust 1.95 improves cross-platform development and cleans up boilerplate using the new native cfg_select! macro and if let match guards.