pub fn parse(data: &Path) -> Result<Vec<CommonEvent>>Expand description
Parse a .dat file containing information on a WolfRPG Editor common events database.
If you have already read the bytes, consider using parse_bytes.
ยงPanics
This function will panic if the given file does not represent a valid common events data structure.