Crate symbolic_symcache [] [src]

Provides symcache support.

Structs

Function

A view of a single function in a sym cache.

Functions

An iterator over all functions in a sym cache.

InstructionInfo

Helper to determine best instructions.

Line

Represents a single line.

LineInfo

Information on a matched source line

Lines

An iterator over all lines.

SymCache

An abstraction around a symbolication cache file.

Enums

DataSource

Constants

SYMCACHE_LATEST_VERSION

The latest version of the file format.

SYMCACHE_MAGIC

The magic file header to identify symcache files.

Functions

to_vec

Converts an object into a vector of symcache data.

to_writer

Given a writer and object, dumps the object into the writer.