pub fn enforce_exact_version(tool_name: &str, expected: &str, actual: &str)Expand description
Runtime panic on version mismatch — zero tolerance policy
Enforces exact version matching. If the provided version doesn’t match the expected version, the function panics immediately.
§Arguments
tool_name- Name of the toolexpected- Expected exact versionactual- Actual version found
§Panics
Panics if versions don’t match exactly