extended example

This commit is contained in:
Alex 2022-04-26 22:31:15 +02:00
parent 794aa513ee
commit 5ba1aa492e

View file

@ -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;