rustio 0.0.1

Rust API wrapper for radio-browser.info
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# rustio
A radio-browser.info API wrapper for rust, including audio playback using gstreamer. 
Everything is WIP. Maybe this will be used for Gradio sometime.

## Todo
- [x] Server communication (JSON deserialize)
- [x] Basic elements (station, country, language, state, tag)
- [x] Server stats
- [x] Audio playback using gstreamer
- [ ] Error handling
- [ ] Editable stations
- [ ] Create new stations
- [ ] Advanced station search
- ...