/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

smallcultfollowing.com
| | blog.yoshuawuyts.com
2.4 parsecs away

Travel
| | [AI summary] The author recaps developments in Rust futures concurrency since 2020, proposing ergonomic trait-based APIs for joining and racing futures and outlining a path to forward-compatible inclusion in the standard library.
| | 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
| | hackmd.io
1.9 parsecs away

Travel
| | # Async fns in traits **This doc now lives here: https://rust-lang.github.io/async-fundamentals-ini
| | developerlife.com
25.2 parsecs away

Travel
| A guide on how to create write a simple TCP chat server in Rust using Tokio