rustradio 0.15.0

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

## Things to improve

### API

* I'm not entirely happy with the work function and buffer interfaces.
* Probably the `process_sync_tags()` functions should get all tag inputs, and
  return them too. Both not just for the first arg.
* Think about if Cow could improve things.

### Internal

* Do we really need refcounted streams?