minidsp 0.1.4

A control interface for some MiniDSP products
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod decoder;
#[cfg(feature = "mock")]
pub mod mock_device;
pub mod recorder;

mod err_into;
pub use err_into::ErrInto;
mod stream_sink;
pub use stream_sink::StreamSink;

mod logger;
pub use logger::{logger, Message};

mod drop_join_handle;
pub use drop_join_handle::OwnedJoinHandle;

mod combine;
pub use combine::Combine;