sound_flow 0.3.0

Execute graphs of functions in real time
Documentation
1
2
3
4
5
6
7
//! Implement [trait@Node] and then use [GraphBuilder]

mod builder;
mod graph;

pub use builder::*;
pub use graph::*;