1 2 3 4 5
pub fn main() { println!("Starting rustl_fm"); let mut r = rustl_sdr::RtlSdr::new(); r.open(); }