pocketstation 1.0.0

Source-aware desktop audio Session SDK
1
2
3
4
5
6
7
//! Pure graph resolution, validation, negotiation, and runtime planning.

mod plan;
mod resolve;

pub use plan::RuntimePlanner;
pub use resolve::{CompileError, Compiler};