pub fn clean_version_string<T>(value: T) -> Stringwhere T: AsRef<str>,
Cleans a potential version string by removing a leading v or V.
v
V