Module veloren_server::settings::server_description

source Β·
Expand description

Versioned server description settings files.

Modules§

  • legacy πŸ”’
  • v0 πŸ”’
    This module represents a server description version that isn’t actually used. It is here and part of the migration process to provide an example for how to perform a migration for an old version; please use this as a reference when constructing new migrations.
  • v1 πŸ”’
  • v2 πŸ”’

Structs§

  • NOTE: Always replace this with the latest server description version. Then update the ServerDescriptionRaw, the TryFrom for ServerDescription, the previously most recent module, and add a new module for the latest version! Please respect the migration upgrade guarantee found in the parent module with any upgrade.
  • NOTE: Always replace this with the latest server description version. Then update the ServerDescriptionRaw, the TryFrom for ServerDescription, the previously most recent module, and add a new module for the latest version! Please respect the migration upgrade guarantee found in the parent module with any upgrade. Map of all localized ServerDescriptions

Enums§

  • Versioned settings files, one per version (v0 is only here as an example; we do not expect to see any actual v0 settings files).

Type Aliases§