A blog about software development.| Serhii Potapov (greyblake)
Going against the common wisdom of “using anyhow for applications”.| Dmitrii Aleksandrov
A computer scientist working in open source towards a more hopeful future.| hoverbear.org
When people say Rust is a “safe language”, they often mean memory safety. And while memory safety is a great start, it’s far from all it takes to build robust applications. Memory safety is important but not sufficient for overall r…| Corrode Rust Consulting
Rust step by step tutorial for creating an Auth microservice with actix-web| Harry Gill
Used to do value-to-value conversions while consuming the input value. It is the reciprocal of `Into`.| doc.rust-lang.org
A UTF-8–encoded, growable string.| doc.rust-lang.org
A clone-on-write smart pointer.| doc.rust-lang.org
A pointer type that uniquely owns a heap allocation of type `T`.| doc.rust-lang.org