EmbarkStudios / crash-handling

Collection of crates to deal with crashes
Apache License 2.0
138 stars 13 forks source link

Add inital MacOS implementation #17

Closed Jake-Shadle closed 2 years ago

Jake-Shadle commented 2 years ago

This adds the initial MacOS implementation for crash-context, exception-handler, and minidumper. This PR heavily depends on https://github.com/rust-minidump/minidump_writer_linux/pull/21 for the minidump write implementation.

Other notable changes:

Resolves: #3