pub const VERSION: &str = "0.2.7";
Crate version for runtime version checking.
Why: Dependent crates may need to verify compatibility at runtime, especially when loading serialized data that includes version info.