#rtl-sdr #librtlsdr #ffi #sys

sys rtlsdr_sys

Low-level bindings to librtlsdr

2 stable releases

Uses old Rust 2015

1.1.2 Jan 17, 2018
1.1.1 Jan 15, 2018

#4 in #rtl-sdr

Download history 20/week @ 2023-12-04 29/week @ 2023-12-11 21/week @ 2023-12-18 37/week @ 2023-12-25 6/week @ 2024-01-01 31/week @ 2024-01-08 58/week @ 2024-01-15 10/week @ 2024-01-22 4/week @ 2024-01-29 38/week @ 2024-02-05 37/week @ 2024-02-12 39/week @ 2024-02-19 67/week @ 2024-02-26 53/week @ 2024-03-04 52/week @ 2024-03-11 70/week @ 2024-03-18

243 downloads per month
Used in 2 crates (via rtlsdr_mt)

GPL-2.0+

9KB
65 lines

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;

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

~46KB