minidump-common 0.27.0

Some common types for working with minidump files.
Documentation
1
2
3
4
5
6
7
pub mod linux;
pub mod macos;
pub mod windows;

pub use linux::*;
pub use macos::*;
pub use windows::*;