usl 0.2.2

usl builds Universal Scalability Law models from sets of observed measurements.
Documentation
[[bench]]
harness = false
name = "bench_usl"

[[bin]]
name = "usl"
required-features = ["cli"]
[dependencies.anyhow]
optional = true
version = "1.0"

[dependencies.approx]
version = "0.4"

[dependencies.argh]
optional = true
version = "0.1"

[dependencies.csv]
optional = true
version = "1.1"

[dependencies.rmpfit]
version = "0.2"

[dependencies.textplots]
optional = true
version = "0.6"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.3"

[features]
cli = ["anyhow", "argh", "csv", "textplots"]
default = []

[package]
authors = ["Coda Hale <coda.hale@gmail.com>"]
description = "usl builds Universal Scalability Law models from sets of observed measurements."
documentation = "https://docs.rs/usl/"
edition = "2018"
homepage = "https://github.com/codahale/usl-rs"
include = ["Cargo.toml", "benches/**/*.rs", "src/**/*.rs", "tests/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = ["statistics"]
license = "MIT OR Apache-2.0"
name = "usl"
readme = "README.md"
version = "0.2.2"