Crate symbolic_symcache[][src]

Provides symcache support.

Structs

Function

A view of a single function in a SymCache.

Functions

An iterator over all functions in a SymCache.

InstructionInfo

Helper to work with instruction addresses.

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.

SymCacheError

An error returned when handling symcaches.

Enums

DataSource
SymCacheErrorKind

Variants of SymCacheError.

Constants

SYMCACHE_LATEST_VERSION

The latest version of the file format.

SYMCACHE_MAGIC

The magic file preamble 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.