blob: c63771b7492706d512704c086652751d5f3c8c7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# RusTL
A pure Rust implementation of the [RTL-SDR](https://github.com/osmocom/rtl-sdr/) driver.
This is mostly an exercise in writing low-level driver code and is unlikely to ever become seriously useful.
## Dev
The usual:
```bash
$ cargo build
$ cargo test
```
## License
[GPLv3](LICENSE)
|