pub async fn search_library(
client: &Client,
key: &str,
name: &str,
context_query: &str,
) -> Result<LibraryListResponse, Context7Error>Expand description
Searches for libraries matching name with optional relevance context_query.
Returns Err(Context7Error) on HTTP errors to enable retry in run_with_retry.