//! Library surface of gitversion-rs (Rust port of GitVersion).
//!
//! Exposes modules shared by the binary (`main.rs`) and integration tests (`tests/`).
// Some helpers (e.g. tags_on_commit, format_short) are intentionally included even though
// the binary does not call them directly, as they are part of the ported public API.
// Multilingual: English by default; ko/ja/zh loaded from YAML files in locales/.
i18n!;