Metadata-Version: 2.1
Name: nutrient_calculator
Version: 1.0.1
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# Nutrient Calculator

**Nutrient Calculator** is a Rust library for calculating nutrients in a diet, which can be used from Python. This library leverages the performance and safety of Rust, while providing an easy-to-use interface for Python developers through the `pyo3` library.

## Features

- Calculate various nutrients based on given food items and their quantities.
- High performance calculations powered by Rust.
- Simple Python interface for easy integration.

## Installation

You can install the package using `pip`:

```sh
pip install nutrient_calculator
```

## Contact

For any questions or inquiries, please contact volodya.l@yahoo.com
