#运行时 #应用 #异步 #启动 #cargo

bin+lib af-core

A core library and async runtime for Rust applications

5 个版本

0.1.8 2021年2月23日
0.1.7 2021年2月23日
0.1.6 2021年2月23日
0.1.4 2021年1月25日
0.1.0 2021年1月22日

#1298 in 异步


用于 4 crates

MPL-2.0 许可证

170KB
4K SLoC

A core library and async runtime for Rust applications.

快速开始

In Cargo.toml

[dependencies]
af-core = "0.1"

In src/main.rs

use af_core::prelude::*;

#[af_core::main]
async fn main() {
  info!("Hello world!");
}

依赖

~12–25MB
~364K SLoC