Skip to main content

VERSION

Constant VERSION 

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

The engine version, as published on crates.io.

Language bindings re-export this so a caller can always tell which engine is embedded in their wheel, npm package, or bundle. That is the question behind “does my install support feature X?”, and it is not answerable from the binding’s own version, which tracks the binding. Client versions match this crate’s MAJOR.MINOR (see scripts/sync_versions.py) while their patch component moves independently for binding-only fixes.