# 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_

Getting Started

For more information on how to use ExprZ, see the project page or the documentation.

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 installed.

License

This project is licensed under the ISC License. See LICENSE for more information.


[![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)