An open API service indexing awesome lists of open source software.

https://github.com/aosync/rtlsdr-sys

Rust bindings over librtlsdr
https://github.com/aosync/rtlsdr-sys

Last synced: about 1 year ago
JSON representation

Rust bindings over librtlsdr

Awesome Lists containing this project

README

          

# rtlsdr-sys

The `rtlsdr-sys` crate provides bindings over the C `librtlsdr` library.

The bindings were generated with [bindgen](https://github.com/rust-lang/rust-bindgen), and then were edited by hand.

## Dependencies

`librtlsdr` is included into the repository as a submodule and built by the `build.rs`
script, it is thus not necessary to have it installed on the system. However, `libusb`
must be installed on the system.