conformal_component 0.3.6

Defines basic audio component abstraction for conformal audio plug-in framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "conformal_component"
version = "0.3.6"
edition.workspace = true
rust-version.workspace = true
license = "ISC"
description = "Defines basic audio component abstraction for conformal audio plug-in framework."
repository = "https://github.com/russellmcc/conformal"
documentation = "https://russellmcc.github.io/conformal/rust-doc/conformal_component"
homepage = "https://russellmcc.github.io/conformal"

[lints]
workspace = true

[dependencies]
itertools = "0.13.0"
fxhash = "0.2.1"