#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

#3 in #rtl-sdr

Download history 52/week @ 2024-03-11 70/week @ 2024-03-18 56/week @ 2024-03-25 52/week @ 2024-04-01 32/week @ 2024-04-08 66/week @ 2024-04-15 54/week @ 2024-04-22 42/week @ 2024-04-29 28/week @ 2024-05-06 78/week @ 2024-05-13 34/week @ 2024-05-20 50/week @ 2024-05-27 25/week @ 2024-06-03 51/week @ 2024-06-10 32/week @ 2024-06-17 37/week @ 2024-06-24

152 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