parse

Function parse 

Source
pub fn parse(data: &Path) -> Result<Vec<Table>>
Expand description

Parse a .dat file containing information on a WolfRPG Editor internal database.

Returns the data inside a database table. For the DB schema, use project_parser::parse. 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 database data structure.