From 5ba1aa492eeab57f8320a8773c6c2a45c6c940c2 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 26 Apr 2022 22:31:15 +0200 Subject: [PATCH] extended example --- src/lib.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 81d9c50..3c144b3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,10 @@ -//! +//! Client library for the 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;