From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- third_party/rust/crash-context/README.md | 58 ++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 third_party/rust/crash-context/README.md (limited to 'third_party/rust/crash-context/README.md') diff --git a/third_party/rust/crash-context/README.md b/third_party/rust/crash-context/README.md new file mode 100644 index 0000000000..8dc51d822d --- /dev/null +++ b/third_party/rust/crash-context/README.md @@ -0,0 +1,58 @@ + + + + + + +
+ +# `🔥 crash-context` + +**Provides portable types containing target specific contextual information at the time of a crash** + +[![Embark](https://img.shields.io/badge/embark-open%20source-blueviolet.svg)](https://embark.dev) +[![Embark](https://img.shields.io/badge/discord-ark-%237289da.svg?logo=discord)](https://discord.gg/dAuKfZS) +[![Crates.io](https://img.shields.io/crates/v/crash-context.svg)](https://crates.io/crates/crash-context) +[![Docs](https://docs.rs/crash-context/badge.svg)](https://docs.rs/crash-context) +[![dependency status](https://deps.rs/repo/github/EmbarkStudios/crash-handling/status.svg)](https://deps.rs/repo/github/EmbarkStudios/crash-handling) +[![Build status](https://github.com/EmbarkStudios/crash-handling/workflows/CI/badge.svg)](https://github.com/EmbarkStudios/crash-handling/actions) + +
+ +## Supported targets + +- `x86_64-unknown-linux-gnu` +- `x86_64-unknown-linux-musl` +- `i686-unknown-linux-gnu` +- `i686-unknown-linux-musl` +- `aarch64-unknown-linux-gnu` +- `aarch64-unknown-linux-musl` +- `aarch64-android-linux` +- `arm-linux-androideabi` +- `arm-unknown-linux-gnueabi` +- `arm-unknown-linux-musleabi` +- `x86_64-pc-windows-msvc` +- `x86_64-apple-darwin` +- `aarch64-apple-darwin` + +## Contribution + +[![Contributor Covenant](https://img.shields.io/badge/contributor%20covenant-v1.4-ff69b4.svg)](../CODE_OF_CONDUCT.md) + +We welcome community contributions to this project. + +Please read our [Contributor Guide](../CONTRIBUTING.md) for more information on how to get started. +Please also read our [Contributor Terms](../CONTRIBUTING.md#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](LICENSE-APACHE) or ) +- MIT license ([LICENSE-MIT](LICENSE-MIT) or ) + +at your option. + +For clarity, "your" refers to Embark or any other licensee/user of the contribution. -- cgit v1.2.3