In this post, we dive deeper into self-referential futures in Rust, manually implemented with unsafe Rust.
[ rust ]
Rust, self-referential structs and futures: part 1
In this post, we'll have an introduction to self-referential structs, pinning, futures, and executors to be used in a follow-up post.
Rust, associated types and futures
In this post, we will explore a little bit the interaction between async Rust and associated types.