Crate debugid[][src]

This crate provides types for identifiers of object files, such as executables, dynamic libraries or debug companion files. The concept originates in Google Breakpad and defines two types:

CodeId: struct.CodeId.html DebugId: struct.DebugId.html

Structs

BreakpadFormat

Wrapper around DebugId for Breakpad formatting.

CodeId

Unique platform-dependent identifier of code files.

DebugId

Unique identifier for debug information files and their debug information.

ParseCodeIdError

Indicates an error parsing a CodeId.

ParseDebugIdError

Indicates an error parsing a DebugId.