faust-build 0.2.1

Build FAUST dsp files into Rust modules as part of the normal crate compilation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.heck]
version = "0.3.2"

[dependencies.tempfile]
version = "3.2.0"

[package]
authors = ["Franz Heinzmann (Frando) <frando@unbiskant.org>", "obsoleszenz <obsoleszenz@riseup.net>"]
description = "Build FAUST dsp files into Rust modules as part of the normal crate compilation"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "faust-build"
readme = "README.md"
resolver = "2"
version = "0.2.1"