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

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

Functions

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

Type Definitions

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