audd 1.5.1

Official Rust SDK for the AudD music recognition API
Documentation
1
2
3
4
//! Crate version, exposed for callers that want to log it.

/// The published version of this SDK (matches `Cargo.toml`).
pub const VERSION: &str = env!("CARGO_PKG_VERSION");