wcomm 0.1.3

API for wireless communications
Documentation
1
2
3
4
5
6
7
8
9
/*!
 * Definitions for channels that transmit data.
 */

mod channel;
mod sound;

pub use channel::*;
pub use sound::*;