re_crash_handler 0.20.1

Detect panics and signals, logging them and optionally sending them to analytics.
Documentation
1
2
3
4
5
6
7
8
9
10
# re_crash_handler

Part of the [`rerun`](https://github.com/rerun-io/rerun) family of crates.

[![Latest version](https://img.shields.io/crates/v/re_crash_handler.svg)](https://crates.io/crates/utils/re_crash_handler)
[![Documentation](https://docs.rs/re_crash_handler/badge.svg)](https://docs.rs/re_crash_handler)
![MIT](https://img.shields.io/badge/license-MIT-blue.svg)
![Apache](https://img.shields.io/badge/license-Apache-blue.svg)

Detect and handle signals, panics, and other crashes, making sure to log them and optionally send them off to analytics.