pub fn parse(project: &Path) -> Result<Vec<TypeInfo>>Expand description
Parse a .project file containing information on a WolfRPG Editor internal database.
Returns the schema of a database table. For the actual data, use data_parser::parse
If you already have read the bytes, consider using parse_bytes.