Crate freesound_rs

Source
Expand description

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.

Structs§

FreesoundClient
Client for interacting with the Freesound API
SearchQueryBuilder
Builder pattern for constructing search queries
SearchResponse
Response of a search query containing a list of sounds
Sound
A sound from Freesound

Enums§

FreesoundError
SortOption
Sort options for search results

Constants§

DEFAULT_BASE_URL

Type Aliases§

Result