rtl-sdr 0.1.5

Rust wrapper for librtlsdr.
Documentation
1
2
3
4
5
6
7
8
# rust-rtlsdr

[![Build Status](https://travis-ci.org/jpoirier/rust-rtlsdr.svg?branch=master)](https://travis-ci.org/jpoirier/rust-rtlsdr)
[![MIT/Apache-2.0 License](https://img.shields.io/crates/l/rustc-serialize.svg)](https://github.com/jpoirier/rust-rtlsdr/)
[![Crates.io](https://img.shields.io/crates/v/rtl-sdr.svg?maxAge=3600)](https://crates.io/crates/rtl-sdr)


*Note, this is a project I started in order to start learning Rust so be careful when using this code.