pub fn parse_bytes(bytes: &[u8]) -> Vec<Tileset>Expand description
Parse bytes containing information on the available tilesets.
Returns detailed information regarding each tileset available to the editor.
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 tileset structure.