pub const VERSION: &str = "0.1.0-alpha.2";Expand description
Framework constants and metadata
These constants provide version and identification information for the RRAG framework. Current version of the RRAG framework
This version is automatically synchronized with the version in Cargo.toml.
Use this for version checking, compatibility testing, or reporting.
ยงExample
use rrag::VERSION;
println!("RRAG Framework version: {}", VERSION);