VERSION

Constant VERSION 

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

Version of the RustyX library.

ยงExample

println!("RustyX version: {}", rustyx::VERSION);