Revision control

Copy as Markdown

Other Tools

[package]
name = "crash-context"
version = "0.6.1"
description = "Provides portable types containing target specific contextual information at the time of a crash"
authors = [
"Embark <opensource@embark-studios.com>",
"Jake Shadle <jake.shadle@embark-studios.com>",
]
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
documentation = "https://docs.rs/crash-context"
categories = ["external-ffi-bindings"]
keywords = ["crash", "libc", "getcontext"]
rust-version = "1.59.0" # We use `global_asm!`
[dependencies]
# Nicer cfg handling
cfg-if = "1.0"
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies]
libc = "0.2"
[target.'cfg(target_os = "macos")'.dependencies]
# provides bindings to mach specifics
mach2 = "0.4"