Function parse_bytes
Source pub fn parse_bytes(bytes: &[u8]) -> Vec<CommonEvent>
Expand description
Parse bytes containing information on a WolfRPG Editor common events database.
If you need to read the file to call this function, consider using parse.
ยงPanics
This function will panic if the given bytes do not represent a valid common events data structure.