Cargo Features

Unwinder has no features set by default.

[dependencies]
unwinder = { version = "0.1.3", features = ["Experimental"] }
Experimental = lazy_static

Affects unwinder::get_current_function_address, unwinder::start_replacement, unwinder::end_replacement, unwinder::NewStackInfo, unwinder::get_info_structure, unwinder::start_stack_replacement, unwinder::get_frame_size_from_address_any_module, unwinder::get_frame_size_from_address, unwinder::get_frame_of_size, unwinder::replace_and_call

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

lazy_static Experimental?