Acme is intended to serve the Scattered-Systems Ecosystem as a collection of useful clients, application frameworks, and other tools for creating enterprise-grade application written in Rust.
use acme;
fn main() {
println!("Welcome to Acme");
}