crash-handler 0.6.0

Allows running of user code during crash events
Documentation
[dependencies.cfg-if]
version = "1.0"

[dependencies.crash-context]
version = "0.6"

[dependencies.libc]
version = "0.2"

[dependencies.parking_lot]
version = "0.12"

[dev-dependencies]

[features]
debug-print = []
default = []

[package]
authors = ["Embark <opensource@embark-studios.com>"]
description = "Allows running of user code during crash events"
documentation = "https://docs.rs/crash-handler"
edition = "2021"
homepage = "https://github.com/EmbarkStudios/crash-handling/tree/main/crash-handler"
keywords = ["breakpad", "minidump", "crash", "signal", "exception"]
license = "MIT OR Apache-2.0"
name = "crash-handler"
readme = "README.md"
repository = "https://github.com/EmbarkStudios/crash-handling"
resolver = "1"
version = "0.6.0"
[target."cfg(target_os = \"macos\")".dependencies.mach2]
version = "0.4"