# 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 aims to be a complete auto-differentiation library for Rust. The library is designed to be simple to use and easy to integrate into existing projects. The library is still in its early stages and is not yet ready for production use. ## 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/)