/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

developerlife.com
| | rauljordan.com
4.0 parsecs away

Travel
| | [AI summary] A Go developer shares learned Rust programming tips, explaining complex concepts like references, ownership, and memory safety through practical examples and personal experiences.
| | www.greyblake.com
4.8 parsecs away

Travel
| | A blog about software development.
| | ricardomartins.cc
3.5 parsecs away

Travel
| | Rust gives us good tools to achieve interior mutability in a thread-safe way without much effort. More than that, it does so in such a way that the borrow checker will have our backs most of the time, so we can't shoot ourselves in the feet.
| | huonw.github.io
19.7 parsecs away

Travel
| Exploring Rust's escape hatch for writing low-level code that the powerful type system of Rust cannot guarantee to be safe.