music-math 0.1.1

common functions and helpers for working with music / audio.
Documentation
[[bench]]
harness = false
name = "benches"

[dependencies.num-traits]
version = "0.2.18"

[dev-dependencies.approx]
version = "0.5.1"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.pretty_assertions]
version = "1"

[features]
default = []
full = []

[package]
authors = ["Mads Kjeldgaard <mail@madskjeldgaard.dk>"]
categories = ["music", "math", "midi", "audio", "dsp"]
description = "common functions and helpers for working with music / audio."
edition = "2021"
keywords = ["music-math"]
license = "MIT"
name = "music-math"
readme = "README.md"
repository = "https://github.com/madskjeldgaard/music-math-rs"
rust-version = "1.56.0"
version = "0.1.1"

[package.metadata.cargo-udeps.ignore]
development = ["criterion", "pretty_assertions"]

[package.metadata.playground]
features = ["full"]

[profile.bench]
codegen-units = 1
incremental = false
lto = true

[profile.release]
codegen-units = 1
incremental = false
lto = true
panic = "abort"