mirror of
https://gitlab.com/hladislav/radiobrowser-lib-rust.git
synced 2025-04-29 23:34:12 +00:00
extended example
This commit is contained in:
parent
794aa513ee
commit
5ba1aa492e
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
|||
//!
|
||||
//! Client library for the <https://api.radio-browser.info> API
|
||||
//!
|
||||
//! # Example blocking
|
||||
//! It needs to have the feature "blocking" enabled.
|
||||
//! ```toml
|
||||
//! radiobrowser = { version = "*", features = ["blocking"] }
|
||||
//! ```
|
||||
//! ```rust
|
||||
//! use radiobrowser::blocking::RadioBrowserAPI;
|
||||
//! use std::error::Error;
|
||||
|
|
Loading…
Reference in a new issue