minidump-common 0.1.0

Some common types for working with minidump files.
Documentation
1
2
3
4
extern crate libc;

pub mod format;
pub mod traits;