serde-saphyr: A promising new YAML serde library!

MicroUI Redux version 0.3 is out

My first experience building something with Rust (Backend only)

Why isn’t Rust getting more professional adoption despite being so loved?

When to extract module code into a new crate?

introducing coral: a BLAS implementation in Rust for AArch64

Airspeed Sensor HAL Crates

I wrote a wallpaper manager in rust: Wayvy wallpaper manager with re-theming support for wayland

Confused on what to use when or if it's purely preferential for string instantiation?

Should I program using more structs with methods or loose functions? When using more structs with methods, I notice that I need to deal less and less with lifetimes and copies.