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 |
|
#4 in #scsys
233 downloads per month
Used in 3 crates
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