This project provides an interface to the CC1101 Linux Driver to allow receiving and transmitting packets from Rust.
Add the following to Cargo.toml:
Cargo.toml
[dependencies] cc1101-rust = "0.2.1"
See the Documentation for more details.