workshop-rs 0.1.16

Canonical multi-locale Overwatch Workshop semantic core: catalog, parser, WIR, validation, emitter.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Generated from the reviewed workshop-data export; Capture The Flag is
// retained from the pinned Bastion artifact because the export has no mode
// label entry for this current settings section.
pub static GENERATED_MODE_NAMES: &[NameMap] = &[
NameMap {
    key: "ctf",
    name: "Capture The Flag",
},
NameMap {
    key: "general",
    name: "General",
},
];