[go: up one dir, main page]

stackstack 0.3.0

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

[dependencies]

[dev-dependencies]
itertools = "0.13.0"
serde_json = "1.0.120"