exprz 0.0.0

an expression library
Documentation
<div align="center">

# ExprZ

[![Workflow Status](https://img.shields.io/github/workflow/status/qdeduction/exprz/main?label=workflow&style=flat-square)](https://github.com/qdeduction/exprz/actions)
[![Latest Version](https://img.shields.io/crates/v/exprz.svg?style=flat-square)](https://crates.io/crates/exprz)

_An Expression Library_

</div>

## Getting Started

For more information on how to use ExprZ, see the [project page](https://crates.io/crates/exprz) or the [documentation](https://docs.rs/exprz).

## Installation

To use ExprZ in your project add the following to your `Cargo.toml`,

```toml
[dependencies]
exprz = "0.0.0"
```

or run the following on the command line

```sh
cargo add exprz
```

if you have [`cargo-add`](https://github.com/killercup/cargo-edit) installed.

## License

This project is licensed under the [ISC License](https://opensource.org/licenses/ISC). See [LICENSE](LICENSE) for more information.

---
<div align="center">

[![Author](https://img.shields.io/badge/-bhgomes-blue?style=for-the-badge)](https://github.com/bhgomes)
[![License](https://img.shields.io/badge/-LICENSE-lightgray?style=for-the-badge)](LICENSE)
[![GitHub Repo](https://img.shields.io/badge/-GitHub-black?style=for-the-badge)](https://github.com/qdeduction/exprz.rs)

</div>