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 |
#1193 in Concurrency
Used in 4 crates
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
~20–37MB
~515K SLoC