hackrfone 0.2.3

Rust library for the HackRF One software defined radio.
Documentation
[dependencies.num-complex]
optional = true
version = "~0.4"

[dependencies.rusb]
version = "~0.8"
[dev-dependencies.version-sync]
version = "~0.9.2"

[package]
authors = ["Alex M. <alexmgit@protonmail.com>"]
categories = ["hardware-support"]
description = "Rust library for the HackRF One software defined radio."
edition = "2018"
homepage = "https://github.com/newAM/hackrfone"
keywords = ["hackrf", "sdr"]
license = "MIT"
name = "hackrfone"
readme = "README.md"
repository = "https://github.com/newAM/hackrfone"
version = "0.2.3"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]