[][src]Crate symbolic_symcache

Provides symcache support.

Modules

format

Definition of the binary format for SymCaches.

Structs

Function

A function in a SymCache.

Functions

An iterator over all functions in a SymCache.

Line

A line covered by a Function.

LineInfo

Information on a matched source line.

Lines

An iterator over lines of a SymCache function.

Lookup

An iterator over line matches for an address lookup.

SymCache

A platform independent symbolication cache.

SymCacheError

An error returned when handling SymCaches.

SymCacheWriter

A high level writer that can construct SymCaches.

Enums

SymCacheErrorKind

Variants of SymCacheError.