mirror of
https://gitlab.com/hladislav/radiobrowser-lib-rust.git
synced 2025-04-30 07:44:11 +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
|
//! # Example blocking
|
||||||
|
//! It needs to have the feature "blocking" enabled.
|
||||||
|
//! ```toml
|
||||||
|
//! radiobrowser = { version = "*", features = ["blocking"] }
|
||||||
|
//! ```
|
||||||
//! ```rust
|
//! ```rust
|
||||||
//! use radiobrowser::blocking::RadioBrowserAPI;
|
//! use radiobrowser::blocking::RadioBrowserAPI;
|
||||||
//! use std::error::Error;
|
//! use std::error::Error;
|
||||||
|
|
Loading…
Reference in a new issue