freesound-rs 0.2.0

A Rust client for the Freesound API to search and get sounds only
Documentation
1
2
3
4
5
mod search;
mod sound;

pub use search::{SearchQueryBuilder, SearchResponse, SortOption};
pub use sound::Sound;