【nio:一个实验性的Rust异步运行时框架,专注于提供核心的异步运行时功能。它采用极简设计理念,不包含额外的IO和同步工具,用户需要配合tokio等库来实现完整功能。适合需要轻量级异步运行时的Rust项目使用】
'Nio is an experimental async runtime for Rust focusing solely on providing core async runtime functionality'
GitHub: github.com/nurmohammed840/nio
Rust 异步编程 运行时框架 系统编程