Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
futures
futures is an implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. It is a library providing the foundations for asynchronous programming in Rust. It includes key …