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