New rust release 1.86.0
Typst is hiring
RUSTAsia 2025 (March 28, 2025)
C++ is losing to Rust (C++ creator calls for help)
Rust is the New C
New to Rust
Which is faster?
Managarr v0.5.1 is Out with Multi-Instance support!
Confession
Unpopular opinion, but I like writing Rust code in camelCase.
When I have an Option<Result<T, E>> but need a Result<Option<T>, E>
Option<Result<T, E>>
Result<Option<T>, E>
Axium - An example API built with Rust, Axum and SQLx
Announcing Rust 1.85.0 and Rust 2024
Big released bevy games
Is there any drag and drop method to develop a GUI with Rust?
Flashing your own code to e-ink price tag
New Rust stable version
Rust Actor Programming | My work at ockam.io
Iced (GUI Crate) is getting default animation support
Abstract Impl: code generic trait implementations