2 stable releases
Uses old Rust 2015
1.1.2 | Jan 17, 2018 |
---|---|
1.1.1 | Jan 15, 2018 |
#3 in #rtl-sdr
152 downloads per month
Used in 2 crates
(via rtlsdr_mt)
9KB
65 lines
rtlsdr_sys.rs – Low-level bindings to librtlsdr
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;
lib.rs
:
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.
Dependencies
~47KB