parametrizer 1.2.0

A simple, safe crate for parsing properly-formatted math strings representing parametric functions into Rust functions.
Documentation
[[bench]]
harness = false
name = "comparisons"
[dependencies.num]
version = "0.4"

[dependencies.rand]
version = "0.8.3"
[dev-dependencies.criterion]
version = "0.3"

[package]
authors = ["basstabs <babsstabs@gmail.com>"]
description = "A simple, safe crate for parsing properly-formatted math strings representing parametric functions into Rust functions."
edition = "2018"
license = "MIT OR Apache-2.0"
name = "parametrizer"
repository = "https://github.com/basstabs/parametrizer"
version = "1.2.0"