Crate gb_sym_file

Source
Expand description

This crate implements a sym file parser fully conforming to the specification.

The entry points to this crate is parse_line / parse_line_with_metadata.

An example program is available on GitHub.

Enums§

Location
A symbol’s location.
ParseError
An error encountered when parsing a sym file line.

Functions§

parse_line
Parses a sym file line.
parse_line_with_metadata
Parses a sym file line, including any metadata tokens.

Type Aliases§

Symbols
A collection of symbols.
UniquelyNamedSyms
This is a convenience for when you expect to only refer to symbols by name. Prefer Symbols otherwise.