[][src]Module gbx_header::gbx::parser

Package containing the parser for GBX Files. The datatypes used are defined in the gbx module, with GBX being the main one.

Modules

challenge
replay

Enums

ParseError

Functions

parse_from_buffer

Parses the given slice of bytes as if it was a GBX file.

parse_from_file

Reads the contents from filename and parses them identically to parse_from_buffer.