[comment]: <> (https://waldyrious.net/viridis-palette-generator/)
# ode_integrate
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL_2.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)
[![Test Status](https://github.com/jonaspleyer/ode_integrate/actions/workflows/test.yml/badge.svg?event=push)](https://github.com/jonaspleyer/ode_integrate/actions)
[![Crate](https://img.shields.io/crates/v/ode_integrate.svg)](https://crates.io/crates/ode_integrate)
[![API](https://docs.rs/ode_integrate/badge.svg)](https://docs.rs/ode_integrate)
[![Minimum rustc version](https://img.shields.io/badge/rustc-1.36+-lightgray.svg)](https://github.com/jonaspleyer/ode_integrate#rust-version-requirements)
[![dependency status](https://deps.rs/crate/ode_integrate/0.0.1/status.svg)](https://deps.rs/crate/ode_integrate/0.0.1)
This package solves standard Ordinary Differential Equations (ODEs) in Rust.
## Documentation
Visit [crates.io/crates/ode_integrate](https://crates.io/crates/ode_integrate) for an overview of the package.
Visit [docs.rs/ode_integrate](https://docs.rs/ode_integrate) to view documentation of the code.
## Contributing
Please use [github](https://www.github.com/jonaspleyer/ode_integrate) to write a pull-request.
## License
Download the [Mozilla Public License 2.0](https://www.mozilla.org/en-US/MPL/2.0/).