licenses.dev

backtrace v0.1.8

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 MIT6
PackageRelationDependenciesPublished
backtrace-sys • 0.1.37Bindings to the libbacktrace gcc library DIRECT3
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
debug-builders • 0.1.0A copy of libstd's debug builders for use before they stabilizeDIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. DIRECT0
shlex • 1.3.0Split a string into shell words, like Python's shlex.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.1.8 version:

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