///|
/// Returns the current moonbin package version.
pub fn version() -> String {
  "0.1.0"
}

///|
/// Returns the name of the core data model used by moonbin v1.
pub fn value_model_name() -> String {
  "BinValue"
}

///|
/// Returns the name of the decode error model used by moonbin v1.
pub fn error_model_name() -> String {
  "DecodeError"
}