Client library for radio-browser.info and other radio-browser-rust servers
Cargo.toml entry
toml
radiobrowser = "*"
Example:
```rust
use radiobrowser::RadioBrowserAPI;
use radiobrowser::StationOrder;
use std::error::Error;
async fn main() -> Result<(), Box
println!("Stations found: {}", stations?.len());
Ok(())
} ```
Documentation is at https://docs.rs/radiobrowser
This project is MIT licensed.