wcomm 0.1.3

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

 * Types of digital modulation for messages.
 */

mod fsk;
mod modulator;
mod qam;

pub use fsk::*;
pub use modulator::*;
pub use qam::*;