rstack-self 0.3.0

Stack traces of all threads of a process
Documentation
[dependencies.antidote]
version = "1.0"

[dependencies.backtrace]
version = "0.3"

[dependencies.bincode]
version = "1.0"

[dependencies.lazy_static]
version = "1.0"

[dependencies.libc]
version = "0.2"

[dependencies.rstack]
default-features = false
version = "0.3.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.env_logger]
version = "0.5"

[features]
default = ["unwind"]
dw = ["rstack/dw"]
unwind = ["rstack/unwind"]

[package]
authors = ["Steven Fackler <sfackler@gmail.com>"]
categories = ["api-bindings", "development-tools::debugging"]
description = "Stack traces of all threads of a process"
documentation = "https://sfackler.github.io/rstack/doc/rstack_self"
edition = "2018"
keywords = ["stack", "backtrace", "stacktrace"]
license = "MIT/Apache-2.0"
name = "rstack-self"
repository = "https://github.com/sfackler/rstack"
version = "0.3.0"