atradio 0.2.2

atradio.fm in your terminal — a TUI radio player on the AT Protocol
1
2
3
4
5
pub mod browser;
pub mod resolve;

pub use browser::RadioBrowser;
pub use resolve::resolve_stream;