/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

qsantos.fr
| | theincredibleholk.org
2.3 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...
| | smallcultfollowing.com
2.4 parsecs away

Travel
| | [AI summary] A developer explains the technical challenges of ensuring async trait functions return Send futures in Rust and proposes a syntax solution where function callers specify send requirements rather than enforcing them globally in the trait definition.
| | without.boats
2.4 parsecs away

Travel
| | [AI summary] The blog post discusses the introduction of async/await syntax in Rust through two RFCs, focusing on language features and their implications for asynchronous programming.
| | manishearth.github.io
18.8 parsecs away

Travel
| The Rust community lately has been focusing a lot on "async I/O" through the tokio project. This is pretty great! But for many in the community who ...