parse_bytes

Function parse_bytes 

Source
pub fn parse_bytes(bytes: &[u8]) -> Vec<Table>
Expand description

Parse bytes containing information on a WolfRPG Editor internal database.

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