pub const VERSION: &str = "0.4.3";Expand description
Crate version string, sourced from Cargo.toml.
Useful when persisting fingerprints alongside the producer version, or when emitting diagnostics that need to identify the SDK build.
§Example
assert_eq!(audiofp::VERSION, env!("CARGO_PKG_VERSION"));