pub fn get_version_string(lune_version: impl AsRef<str>) -> String
Expand description
Returns a Lune version string, in the format Lune x.y.z+luau
.
The version string passed should be the version of the Lune runtime,
obtained from env!("CARGO_PKG_VERSION")
or a similar mechanism.
ยงPanics
Panics if the version string is empty or contains invalid characters.