#path #task #random #index #join #thread #future #map-err #place

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
Download history 17/week @ 2023-07-28 25/week @ 2023-08-04 24/week @ 2023-08-11 23/week @ 2023-08-18 18/week @ 2023-08-25 17/week @ 2023-09-01 23/week @ 2023-09-08 16/week @ 2023-09-15 8/week @ 2023-09-22 21/week @ 2023-09-29 17/week @ 2023-10-06 19/week @ 2023-10-13 25/week @ 2023-10-20 25/week @ 2023-10-27 16/week @ 2023-11-03 16/week @ 2023-11-10

82 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

~13–26MB
~398K SLoC