rustradio 0.2.8

Software defined radio library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Internal rustradio notes

## Things to improve

### API

* Not great that it needs a macro for sample-at-a-time.
* Stream type safety is done at runtime.
* No clean way to "just get the input"
* Iter is nice, but should we use circular ring buffer for efficiency?

### Internal

* Do we really need refcounted streams?
* Run multithreaded.