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
Persy single file storage new relese
BenJeau/cargo-interactive-update: A cargo extension CLI tool to update your cargo direct dependencies interactively to the latest version
Can you help me understand how references work when calling methods?
I made a pastebin in 60 lines of Rust
Announcing axum 0.8.0
four years after adding it, curl/libcurl has removed its rust backend for HTTP/1: "with no user demand, why do it?"
Learning Rust