backtrace 0.3.69

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

backtrace

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 17 feature flags, 2 of them enabled by default.

default

  • std

std

    This feature flag does not enable additional features.

verify-winapi

  • winapi/dbghelp
  • winapi/handleapi
  • winapi/libloaderapi
  • winapi/memoryapi
  • winapi/minwindef
  • winapi/processthreadsapi
  • winapi/synchapi
  • winapi/tlhelp32
  • winapi/winbase
  • winapi/winnt

cpp_demangle

  • dep:cpp_demangle

serialize-serde

  • serde

winapi

  • dep:winapi

serialize-rustc

  • rustc-serialize

serde

  • dep:serde

rustc-serialize

  • dep:rustc-serialize

dladdr

    This feature flag does not enable additional features.

libbacktrace

    This feature flag does not enable additional features.

kernel32

    This feature flag does not enable additional features.

unix-backtrace

    This feature flag does not enable additional features.

libunwind

    This feature flag does not enable additional features.

gimli-symbolize

    This feature flag does not enable additional features.

dbghelp

    This feature flag does not enable additional features.

coresymbolication

    This feature flag does not enable additional features.