Skip to main content

VERSION

Constant VERSION 

Source
pub const VERSION: &str = "1.0.0";
Expand description

The version of this crate, taken from Cargo.toml at compile time.

ยงExamples

let version = iqdb_flat::VERSION;
assert_eq!(version.split('.').count(), 3);