stacker 0.1.15

A stack growth library useful when implementing deeply recursive algorithms that may accidentally blow the stack.
Documentation
[build-dependencies.cc]
version = "1.0.2"
[dependencies.cfg-if]
version = "1.0.0"

[dependencies.libc]
version = "0.2.45"

[dependencies.psm]
version = "0.1.7"

[lib]
doctest = false
name = "stacker"
test = false

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>", "Simonas Kazlauskas <stacker@kazlauskas.me>"]
build = "build.rs"
description = "A stack growth library useful when implementing deeply recursive algorithms that\nmay accidentally blow the stack.\n"
documentation = "https://docs.rs/stacker/0.1.15"
homepage = "https://github.com/rust-lang/stacker"
license = "MIT OR Apache-2.0"
name = "stacker"
readme = "README.md"
repository = "https://github.com/rust-lang/stacker"
version = "0.1.15"
[target."cfg(windows)".dependencies.winapi]
features = ["memoryapi", "winbase", "fibersapi", "processthreadsapi", "minwindef"]
version = "0.3.6"