pub fn create_version_raw(version_string: &[u8]) -> Version
Expand description

A passthrough for the version-lp crate, so you can create a version to compare against.

Accepts a reference to an Array of u8 of any length.