acme 0.1.49

A client library for the Scattered Systems Ecosystem
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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");
        
    }