Cargo Features
[dependencies]
unwinding = { version = "0.2.8", default-features = false, features = ["alloc", "unwinder", "fde-phdr", "fde-phdr-dl", "fde-phdr-aux", "fde-registry", "fde-gnu-eh-frame-hdr", "fde-custom", "hide-trace", "personality-dummy", "print", "panicking", "panic", "panic-handler", "panic-handler-dummy", "system-alloc", "rustc-dep-of-std", "libc", "spin"] }
- default = dwarf-expr, fde-phdr-dl, fde-registry, hide-trace, unwinder
-
These default features are set whenever
unwindingis added withoutsomewhere in the dependency tree.default-features = false - alloc fde-registry panic?
- unwinder default
- fde-phdr fde-phdr-aux? fde-phdr-dl = libc
- fde-phdr-dl default = fde-phdr
- fde-phdr-aux = fde-phdr
- fde-registry default = alloc
- fde-static fde-gnu-eh-frame-hdr
- fde-custom
-
Affects
find_fde::custom_eh_frame_finder… - dwarf-expr hide-trace default
- personality personality-dummy
- print panic-handler? = libc
-
Affects
unwinding::print… - panicking panic?
-
Affects
unwinding::panicking… - panic panic-handler? = alloc, panicking
-
Affects
unwinding::panic,util::abort,util::abort… - panic-handler = panic, print
- panic-handler-dummy
-
Affects
util::abort,util::abort… - system-alloc
- rustc-dep-of-std
-
Enables rustc-std-workspace-core and rustc-dep-of-std of gimli
gimli:
Internal feature, only used when building as part of libstd, not part of the stable interface of this crate.
- libc fde-phdr? print?
-
Enables libc
Affects
util::abort… - spin
-
Enables spin ^0.9.8