[dependencies]
[dev-dependencies.itertools]
version = "0.13.0"
[dev-dependencies.serde_json]
version = "1.0.120"
[package]
categories = ["rust-patterns", "no-std::no-alloc", "no-std", "memory-management", "data-structures"]
description = "A singly linked list intended to be chained along stack frames."
documentation = "https://docs.rs/stackstack"
edition = "2021"
homepage = "https://crates.io/crates/stackstack"
license = "MIT OR Apache-2.0"
name = "stackstack"
readme = "README.md"
repository = "https://github.com/aatifsyed/stackstack"
version = "0.3.0"