VERSION

Constant VERSION 

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

Version information for the graph database.

This constant contains the version string from Cargo.toml and can be used for compatibility checking or diagnostic purposes.

ยงExample

use graph_d::VERSION;
println!("Using Graph_D version: {}", VERSION);