pub const VERSION: &str = "2.0.0";Expand description
The version of this big-code-analysis library crate.
Sourced from the crate’s own CARGO_PKG_VERSION at compile time.
Exposed so downstream surfaces (the REST /v1/version endpoint, the
Python __version__ attribute, …) can report the exact library
version they were built against without re-deriving it from Cargo
metadata.