# Functions
No description provided by the author
IsValidVersionPrefix runs a series of checks to ensure that the version prefix is valid
Allowed characters: alphanumerics, dot, dash, slash, underscore
Version prefixes must not:
- begin with a slash
- include multiple consecutive slashes and dots
- end with a digit
*/.
No description provided by the author
# Structs
No description provided by the author