Skip to main content

Module parser

Module parser 

Source

Structs§

ParseIssue
A problem encountered while parsing in tolerant mode.

Enums§

ParseError

Functions§

parse_boxes
Parse all boxes in the byte range [start, end).
parse_boxes_tolerant
Like parse_boxes, but recovers from malformed boxes instead of aborting: the tree parsed so far is returned together with a list of ParseIssues describing what was wrong and where.
parse_children
Parse sibling boxes from the current stream position up to parent_end.
read_box_header

Type Aliases§

Result