/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

huonw.github.io
| | www.ncameron.org
1.8 parsecs away

Travel
| | One of the more subtle aspects of Rust is how traits can be used as types. In this blog post I will attempt a bit of a deep dive into how to use traits as types and how to choose between the different forms. Preliminary: traits are not typesA type
| | limpet.net
2.4 parsecs away

Travel
| | [AI summary] This article explains Rust's memory safety guarantees by reframing the compiler's borrowing and lifetime checks as a system of unique versus shared access to data.
| | www.greyblake.com
1.8 parsecs away

Travel
| | A blog about software development.
| | seanmonstar.com
20.0 parsecs away

Travel
| I'm excited to announce v1.0 of hyper, a protective and efficient HTTP library written in the Rust programming language. hyper provides asynchronous HTTP/1 a...