wcomm 0.1.3

API for wireless communications
Documentation
1
2
3
4
5
6
7
8
9
/*!

 * Types of encoding for messages.
 */

mod channel;
mod source;

pub use channel::*;
pub use source::*;