# Rust Radio
A library for digital signals processing in the spirit of GNU Radio.
* https://github.com/ThomasHabets/rustradio
* https://crates.io/crates/rustradio
## TODO before actually usable
* Fix SymbolSync block.
## TODO before version 1.0.0
* Multiple readers from one output.
* Multiple inputs and outputs from a block.
## Publish new version
1. Bump version in `Cargo.toml`
2. `cargo build`
3. Commit it.
4. `cargo publish`
## Benchmark
```
cargo +nightly bench
```