#rtl-sdr #ffi #librtlsdr #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 61/week @ 2024-07-21 52/week @ 2024-07-28 46/week @ 2024-08-04 54/week @ 2024-08-11 31/week @ 2024-08-18 18/week @ 2024-08-25 22/week @ 2024-09-01 10/week @ 2024-09-08 35/week @ 2024-09-15 56/week @ 2024-09-22 65/week @ 2024-09-29 24/week @ 2024-10-06 12/week @ 2024-10-13 27/week @ 2024-10-20 6/week @ 2024-10-27 10/week @ 2024-11-03

71 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

~48KB