#async #scsys

acme

Acme is a complete development toolkit for extending platform functionality

41 releases

0.2.5 Jan 21, 2023
0.2.4 Dec 31, 2022
0.2.1 Sep 10, 2022
0.2.0 Aug 1, 2022
0.1.6 May 31, 2022

#4 in #scsys

Download history 14/week @ 2022-12-05 76/week @ 2022-12-12 66/week @ 2022-12-19 71/week @ 2022-12-26 19/week @ 2023-01-02 67/week @ 2023-01-09 104/week @ 2023-01-16 106/week @ 2023-01-23 132/week @ 2023-01-30 293/week @ 2023-02-06 338/week @ 2023-02-13 96/week @ 2023-02-20 44/week @ 2023-02-27 64/week @ 2023-03-06 81/week @ 2023-03-13 39/week @ 2023-03-20

233 downloads per month
Used in 3 crates

Apache-2.0

22KB
123 lines

acme

About

Acme advances the scsys crate by carefully implementing a number of useful networking utilities designed to eventually mimic libraries like Python's FastAPI, enabling developers to quickly spin up cloud-native applications written in Rust.

Contributors

Building from the Source

Clone the repository

git clone https://gitlab.com/FL03/acme

Crate

cargo build --color always --release --workspace
cargo test --all-features --color always --release --verbose --workspace

Developers

Examples

netaddr

fn main() -> scsys::BoxResult {
    println!("{:?}", netaddr![([0, 0, 0, 0), 8080]);
    Ok(())
}

Dependencies

~0–5.5MB
~83K SLoC