Cargo Features

[dependencies]
rstack-self = { version = "0.3.0", default-features = false, features = ["unwind", "dw"] }
default = unwind

The unwind feature is set by default whenever rstack-self is added without default-features = false somewhere in the dependency tree.

unwind default

Enables unwind of rstack

dw

Enables dw of rstack

rstack-self has 3 features without comments.