【Rust日报】2022-10-25 Rio 一个实验性的微型异步运行时
📝
内容提要
Rio 一个实验性的微型异步运行时 Rio 是作为一个实验性的,所谓 hello async world async 运行时诞生的,但它希望在未来能作为 rust 一个可选的异步运行时。 Rio 在GitHub上的网址是:https://github.com/vincenzopalazzo/rio,架构分为: rio_rt: Rio最小的异步运行时间 rio_io:...
➡️