culsynth 0.1.0

Culsynth DSP Library
Documentation
[dependencies.fixed]
version = "1.24"

[dependencies.num-traits]
default-features = false
version = "0.2"

[dependencies.rand]
features = ["small_rng"]
version = "0.8.5"

[dependencies.tinyvec]
features = ["rustc_1_40"]
version = "1.6.0"

[features]
libm = ["num-traits/libm"]

[lib]
crate_type = ["rlib"]
name = "culsynth"
path = "src/lib.rs"

[package]
description = "Culsynth DSP Library"
edition = "2021"
license = "MIT"
name = "culsynth"
version = "0.1.0"