licenses.dev

backtrace v0.2.3

A library to acquire a stack trace (backtrace) at runtime in a Rust program.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT22
PackageRelationDependenciesPublished
aster • 0.22.1A libsyntax ast builderINDIRECT13
backtrace-sys • 0.1.37Bindings to the libbacktrace gcc library DIRECT3
bitflags • 0.5.0A macro to generate structures which behave like bitflags. INDIRECT0
cc • 1.1.31A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. INDIRECT1
cfg-if • 0.1.10A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. DIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. DIRECT0
log • 0.3.9A lightweight logging facade for Rust INDIRECT1
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
quasi_codegen • 0.16.0A quasi-quoting macro systemINDIRECT15
quasi • 0.16.0A quasi-quoting macro systemINDIRECT13
rustc-demangle • 0.1.24Rust compiler symbol demangling. DIRECT0
rustc-serialize • 0.3.25Generic serialization/deserialization support corresponding to the `derive(RustcEncodable, RustcDecodable)` mode in the compiler. Also includes support for hex, base64, and json encoding and decoding. This crate is deprecated in favor of serde. DIRECT0
serde_codegen_internals • 0.4.0AST representation used by Serde codegen. Unstable.INDIRECT13
serde_codegen • 0.7.15Macros to auto-generate implementations for the serde frameworkDIRECT18
serde • 0.7.15A generic serialization/deserialization frameworkDIRECT0
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
syntex_errors • 0.39.0Backport of librustc_errorsINDIRECT10
syntex_pos • 0.39.0Backport of libsyntax_posINDIRECT1
syntex_syntax • 0.39.0Backport of libsyntaxINDIRECT12
syntex • 0.39.0A library that enables compile time syntax extension expansionINDIRECT13
term • 0.4.6A terminal formatting library INDIRECT3
unicode-xid • 0.0.3Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. INDIRECT0
MIT4
PackageRelationDependenciesPublished
dbghelp-sys • 0.2.0Contains function definitions for the Windows API library dbghelp. See winapi for types and constants.DIRECT2
kernel32-sys • 0.2.2Contains function definitions for the Windows API library kernel32. See winapi for types and constants.DIRECT2
winapi-build • 0.1.1Common code for build.rs in WinAPI -sys crates.INDIRECT0
winapi • 0.2.8Raw FFI bindings for all of Windows API.DIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/backtrace)](https://licenses.dev/cargo/backtrace)
<a href="https://licenses.dev/cargo/backtrace">
  <img src="https://licenses.dev/b/cargo/backtrace" alt="licenses" />
</a>

Or the licenses badge code for the 0.2.3 version:

[![licenses](https://licenses.dev/b/cargo/backtrace/0.2.3)](https://licenses.dev/cargo/backtrace/0.2.3)
<a href="https://licenses.dev/cargo/backtrace/0.2.3">
  <img src="https://licenses.dev/b/cargo/backtrace/0.2.3" alt="licenses" />
</a>
GitHub