//! A Rust client library for the Freesound API
//!//! This library provides a convenient interface to interact with the Freesound API,
//! allowing users to search, download and manage sound samples from Freesound.org.
modclient;moderror;modmodels;pubuseclient::{DEFAULT_BASE_URL, FreesoundClient};pubuseerror::{FreesoundError,Result};pubusemodels::{SearchQueryBuilder, SearchResponse, SortOption, Sound};