10 releases (5 breaking)

0.8.2 Feb 15, 2024
0.8.0 Apr 3, 2023
0.7.0 Nov 17, 2022
0.5.0 Jul 21, 2022

#85 in Debugging

Download history 295/week @ 2023-12-23 755/week @ 2023-12-30 758/week @ 2024-01-06 1774/week @ 2024-01-13 4865/week @ 2024-01-20 6989/week @ 2024-01-27 4198/week @ 2024-02-03 4885/week @ 2024-02-10 6810/week @ 2024-02-17 7784/week @ 2024-02-24 6711/week @ 2024-03-02 7213/week @ 2024-03-09 5678/week @ 2024-03-16 4610/week @ 2024-03-23 6613/week @ 2024-03-30 4466/week @ 2024-04-06

21,941 downloads per month
Used in 5 crates (2 directly)

MIT/Apache

150KB
3K SLoC

🔥 minidumper

IPC implementation for creating a minidump for a crashed process

Embark Embark Crates.io Docs dependency status Build status

This crate supplies a client and server IPC implementation for communicating between a process that may crash (client) and a monitor (server) process.

The client can communicate application-specific state via Client::send_message, and, if a crash occurs, can use Client::request_dump to request a minidump be created. The Server uses a user implemented ServerHandler to handle the messages sent by the client, and provides a way to create the minidump file where a requested crash can be written to, as well as a callback when a minidump is finished writing (both on failure and success) to perform whatever additional steps make sense for the application, such as transmission of the minidump to an external HTTP service for processing or the like.

Contribution

Contributor Covenant

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

at your option.

For clarity, "your" refers to Embark or any other licensee/user of the contribution.

Dependencies

~5–17MB
~205K SLoC