/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

boats.gitlab.io
| | theincredibleholk.org
4.1 parsecs away

Travel
| | Lately I've been talking to a few people about whether it might be possible to replace the Pin wrapper in Rust with a new Move trait. Pin is one of those things...
| | qsantos.fr
2.4 parsecs away

Travel
| | Although I am now mostly comfortable with Rust, some concepts still elude me. One of them is the exact meaning of Unpin. The documentation says: The documentation of Unpin says: Types that do not require any pinning guarantees. Where pinning is described as: From this, you could naturally deduce that Unpin is the trait that ... Continue reading You can move !Unpin
| | www.shuttle.dev
4.9 parsecs away

Travel
| | Exploring how async Rust works, async primitives and using async in Rust traits
| | www.ncameron.org
18.2 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