A stack-growth library for Rust. Enables annotating fixed points in programs where the stack may want to grow larger. Spills over to the heap if the stack has it its limit.
This library is intended on helping implement recursive algorithms.
```toml
[dependencies] stacker = "0.1" ```
This library currently is verified to work on the following platforms:
This project is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Serde by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.