Constant voca_rs::utils::VERSION

source ·
pub const VERSION: &'static str = "1.15.2";
Expand description

A property that contains the library semantic version number.

Example

use voca_rs::*;
utils::VERSION;
// => "1.15.2"