index
:
rustl-sdr
master
wip
A pure Rust implementation of the RTL-SDR driver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
utils
/
rustl_fm.rs
blob: 20baaeb59852f2c944628e7637fcc55c46c69720 (
plain
)
1
2
3
4
pub fn main() { println!("Starting rustl_fm"); let _r = rustl_sdr::RtlSdr::new(); }