简介
async-std 是 Rust 标准库的异步版本。入门首先在Cargo.toml添加如下内容: [dependencies]async-std = "0.99"或者使用 cargo add :$ cargo add async-stdHello world#
