rtlsdr_sys

Low-level bindings to librtlsdr


Keywords
librtlsdr, sys, ffi, rtlsdr, rtl-sdr
License
GPL-2.0+

Documentation

rtlsdr_sys.rs – Low-level bindings to librtlsdr

Documentation

This crate provides low-level FFI bindings for librtlsdr. See the rtl-sdr.h header distributed with the library for a description of each corresponding binding.

Usage

This crate can be used through cargo by adding it as a dependency in Cargo.toml:

[dependencies]
rtlsdr_sys = "1.1.0"

and importing it in the crate root:

extern crate rtlsdr_sys;