# `sci-cream`
[](https://github.com/ramonrsv/sci-cream/actions)
[](https://crates.io/crates/sci-cream)
[](https://docs.rs/sci-cream)
[](https://app.codecov.io/github/ramonrsv/sci-cream/tree/main?flags%5B0%5D=crate)
The [`sci-cream` crate](https://github.com/ramonrsv/sci-cream/tree/main/packages/sci-cream) is a
Rust library that facilitates the mathematical analysis of ice cream mixes and their properties. It
also contains [documentation](https://docs.rs/sci-cream/latest/sci_cream/docs/index.html) about ice
cream science, and an [ingredient
database](https://github.com/ramonrsv/sci-cream/tree/main/packages/sci-cream/data/ingredients) that
can be imported with the library. Tracking of
[benchmarks](https://ramonrsv.github.io/sci-cream/dev/bench/) for key functionality is available.
## Usage
Add `sci-cream` as a dependency in your `Cargo.toml`:
```toml
[dependencies]
sci-cream = "0.0.2"
```