blueluna / rtlsdr_sys.rs

Low-level librtlsdr bindings for Rust

Home Page:http://kchmck.github.io/doc/rtlsdr_sys/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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;

About

Low-level librtlsdr bindings for Rust

http://kchmck.github.io/doc/rtlsdr_sys/

License:Other


Languages

Language:Rust 100.0%