pub const VERSION: &str = "1.0.0";
The version of this crate, taken from Cargo.toml at compile time.
Cargo.toml
let version = iqdb_flat::VERSION; assert_eq!(version.split('.').count(), 3);