# acme [![Clippy](https://github.com/FL03/acme/actions/workflows/clippy.yml/badge.svg)](https://github.com/FL03/acme/actions/workflows/clippy.yml) [![Rust](https://github.com/FL03/acme/actions/workflows/rust.yml/badge.svg)](https://github.com/FL03/acme/actions/workflows/rust.yml) [![crates.io](https://img.shields.io/crates/v/acme.svg)](https://crates.io/crates/acme) [![docs.rs](https://docs.rs/acme/badge.svg)](https://docs.rs/acme) *** Acme is an application toolkit for building cloud-native applications in Rust designed for complete integration with the scsys ecosystem. ## Getting Started ### Building from the source #### _Clone the repository_ ```bash git clone https://github.com/FL03/acme ``` ### Usage ```rust ``` ## 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. ## License - [Apache-2.0](https://choosealicense.com/licenses/apache-2.0/) - [MIT](https://choosealicense.com/licenses/mit/)