acme 0.1.50

A client library for the Scattered Systems Ecosystem
Documentation
acme-0.1.50 has been yanked.

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");
    
}