Back to Developer Roadmap

async-std

src/data/roadmaps/rust/content/async-std@_2uQInXPdOY-DpYTO1Prt.md

4.0568 B
Original Source

async-std

async-std provides an asynchronous version of Rust's standard library, offering familiar APIs for async programming. It includes its own runtime, task scheduler, and async I/O primitives, designed as a drop-in replacement for std with async capabilities and intuitive syntax.

Visit the following resources to learn more: