Awesome
<!-- Allow this file to not have a first line heading --> <!-- markdownlint-disable-file MD041 --> <!-- inline html --> <!-- markdownlint-disable-file MD033 --> <div align="center">🔥 crash-handling
Set of utility crates for catching and handling crashes
</div>Crates
Name | Description | crates.io | docs.rs |
---|---|---|---|
crash-context | Provides portable types containing target specific contextual information at the time of a crash | ||
sadness-generator | Provides various ways to make your program sad | ||
crash-handler | Provides a crash handler to invoke a user supplied callback with the contextual information of a crash | ||
minidumper | Provides an IPC client and server for creating minidumps for an external process |
Notable external crate
minidump-writer
does the heavy lifting of inspecting a crashed process and writing a minidump for it. This is used by the minidumper::Service
to write a minidump to the user specified location when a minidumper::Client
detects a crash and requests a dump be created.
Supported targets
Arch | unknown-linux-gnu | unknown-linux-musl | linux-android | pc-windows-msvc | apple-darwin |
---|---|---|---|---|---|
x86_64 | ✅ | ✅ | ❌ | ✅ | ✅ |
i686 | ✅ | ✅ | ❌ | ❌ | ❌ |
arm | ✅ | ✅ | ✅ | ❌ | ❌ |
aarch64 | ✅ | ✅ | ✅ | ❌ | ✅ |
Contribution
We welcome community contributions to this project.
Please read our Contributor Guide for more information on how to get started. Please also read our Contributor Terms before you make any contributions.
Any contribution intentionally submitted for inclusion in an Embark Studios project, shall comply with the Rust standard licensing model (MIT OR Apache 2.0) and therefore be dual licensed as described below, without any additional terms or conditions:
License
This contribution is dual licensed under EITHER OF
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
For clarity, "your" refers to Embark or any other licensee/user of the contribution.