https://github.com/aosync/rtlsdr-sys
Rust bindings over librtlsdr
https://github.com/aosync/rtlsdr-sys
Last synced: about 1 year ago
JSON representation
Rust bindings over librtlsdr
- Host: GitHub
- URL: https://github.com/aosync/rtlsdr-sys
- Owner: aosync
- License: mit
- Created: 2022-11-12T20:38:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-13T20:03:16.000Z (over 3 years ago)
- Last Synced: 2025-06-05T00:14:37.086Z (about 1 year ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rtlsdr-sys
The `rtlsdr-sys` crate provides bindings over the C `librtlsdr` library.
The bindings were generated with [bindgen](https://github.com/rust-lang/rust-bindgen), and then were edited by hand.
## Dependencies
`librtlsdr` is included into the repository as a submodule and built by the `build.rs`
script, it is thus not necessary to have it installed on the system. However, `libusb`
must be installed on the system.