#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

#5 in #rtl-sdr

Download history 7/week @ 2024-11-13 13/week @ 2024-11-20 26/week @ 2024-11-27 30/week @ 2024-12-04 55/week @ 2024-12-11 30/week @ 2024-12-18 17/week @ 2025-01-01 92/week @ 2025-01-08 45/week @ 2025-01-15 36/week @ 2025-01-22 20/week @ 2025-01-29 64/week @ 2025-02-05 27/week @ 2025-02-12 48/week @ 2025-02-19 84/week @ 2025-02-26

226 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

~47KB