Explore >> Select a destination


You are here

tokio.rs
| | blog.yoshuawuyts.com
4.7 parsecs away

Travel
| | [AI summary] The article explores the capabilities and benefits of async Rust, emphasizing its unique features such as concurrency, cancellation, and control over execution. It discusses how async Rust separates concurrency from parallelism, enabling finer control and optimization, especially for latency-oriented workloads. The text also highlights the importance of the ecosystem, noting that many network-related libraries use async Rust, which influences the choice of libraries for developers. The conclusion reinforces that async Rust provides essential tools for managing execution and concurrency that are not available in non-async environments, making it a preferred choice for certain applications.
| | evanrelf.com
2.8 parsecs away

Travel
| | Here's a handy cheat sheet for moving between sync and async Rust when using the and/or runtimes. The crate just re-exports other smaller crat...
| | tweedegolf.nl
5.3 parsecs away

Travel
| | For the last couple of months we at Tweede golf have been working on implementing a Network Time Protocol (NTP) client and server in Rust. The project is a Prossimo initiative and is supported b ...
| | model-checking.github.io
13.3 parsecs away

Travel
| Documentation for the Kani Rust Verifier