#blockchain #scsys #client #async

acme-network

A client library for the Scattered Systems Ecosystem

21 releases

0.2.0 Aug 1, 2022
0.1.35 Jul 5, 2022
0.1.14 Jun 28, 2022

#17 in #scsys

Download history 3/week @ 2025-04-11 5/week @ 2025-04-18 3/week @ 2025-06-13 2/week @ 2025-06-20

69 downloads per month

MIT license

10KB
129 lines

acme

crates.io docs.rs license

clippy rust


The library is currently in the early stages of development and is not yet ready for production use.

acme is an automatic content/configuration management engine.

Features

  • Feature 1

Getting Started

Building from the source

Start by cloning the repository

git clone https://github.com/scattered-systems/acme.git
cd acme

Building the project

cargo build --all-features -r -v --workspace

Running tests

cargo test --all-features -r -v --workspace

Usage

Add this to your Cargo.toml:

[dependencies.acme]
features = []
version = "0.3.0"

Examples

Basic Usage

    extern crate acme;

    fn main() -> Result<(), Box<dyn std::error::Error>> {
        tracing_subscriber::fmt::init();
        tracing::info!("Welcome to {name}", name = acme);


        Ok(())
    }

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Dependencies

~26–39MB
~787K SLoC