Skip to content

Latest commit

 

History

History
 
 

minidump-common

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

minidump-common

crates.io

Basically "minidump-sys" -- minidump types and traits that are shared among several crates.

Most notably format.rs is basically a giant native rust header for minidumpapiset.h (with extra useful things added in like error code enums and breakpad extensions).

You probably want to use the minidump crate instead of using this directly.