// Main package file for your library code.
// Put public APIs and shared helpers here.
// Keep blocks small and focused for easy refactors.

///|
/// Semver of this library, mirrored from moon.mod.json.
pub fn version() -> String {
  "0.1.0"
}