mvdparser 0.18.1

Extract information from QuakeWorld MVD demos.
Documentation
// ported from: https://github.com/QW-Group/mvdparser/blob/master/src/fragfile.dat
pub const X_CAPTURED_FLAG: [&str; 2] = [" ãáðôõòåä the ÒÅÄ flag!\n", " ãáðôõòåä the ÂÌÕÅ flag!\n"];

pub const X_DEFENDS_FLAG: [&str; 2] = [" defends the ÒÅÄ flag\n", " defends the ÂÌÕÅ flag\n"];

pub const X_DEFENDS_CARRIER: [&str; 2] = [
    " defends ÒÅÄ's flag carrier\n",
    " defends ÂÌÕÅ's flag carrier\n",
];

pub const X_DEFENDS_CARRIER_AGGR: [&str; 2] = [
    " defends ÒÅÄ's flag carrier against an aggressive enemy\n",
    " defends ÂÌÕÅ's flag carrier against an aggressive enemy\n",
];

pub const X_GOT_FLAG: [&str; 2] = [" çïô the ÒÅÄ flag!\n", " çïô the ÂÌÕÅ flag!\n"];

pub const X_RETURNED_FLAG: [&str; 2] = [" òåôõòîåä the ÒÅÄ flag!\n", " òåôõòîåä the ÂÌÕÅ flag!\n"];

pub const X_FRAGS_CARRIER: [&str; 2] = [
    " gets an assist for returning his flag!\n",
    " gets an assist for fragging the flag carrier!\n",
];