Crate minidump_common

Source
Expand description

This crate defines structs for the on-disk minidump format as well as some common traits used by related crates.

You probably don’t want to use this crate directly, the minidump crate provides the actual functionality of reading minidumps using the structs defined in this crate.

Modules§

errors
format
Minidump structure definitions.
traits
Some common traits used by minidump-related crates.
utils
Utility functions, only pathname handling at the moment.