#run-time #applications #async #start #cargo

bin+lib af-core

A core library and async runtime for Rust applications

5 releases

0.1.8 Feb 23, 2021
0.1.7 Feb 23, 2021
0.1.6 Feb 23, 2021
0.1.4 Jan 25, 2021
0.1.0 Jan 22, 2021

#1303 in Asynchronous

38 downloads per month
Used in 4 crates

MPL-2.0 license

170KB
4K SLoC

A core library and async runtime for Rust applications.

Quick start

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!");
}

Dependencies

~12–26MB
~388K SLoC