flowly-core 0.6.0

Flowly is a library of modular and reusable components for building robust pipelines processing audio, video and other.
Documentation
1
2
3
pub trait Error: std::error::Error + Send + Sync + 'static {}

impl<T: std::error::Error + Send + Sync + 'static> Error for T {}