# acme
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.
## Getting Started
### Examples
use acme;
fn main() {
println!("Welcome to Acme");
}