This is a Rust client library for the TuneIn Radio API.
Add the following to your Cargo.toml:
toml
[dependencies]
tunein = "0.1"
Search for a station:
```rust use tunein::TuneInClient;
async fn main() -> Result<(), Box
See the examples directory for more examples.
MIT
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.