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 ServerDescription
s
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§
- Final π