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