substack 1.0.1

Stackbound iterable linked list for heap-free recursive algorithms
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "substack"
version = "1.0.1"
edition = "2021"
license = "MIT"
repository = "https://github.com/lbfalvy/substack"
description = """
Stackbound iterable linked list for heap-free recursive algorithms
"""
authors = [
  "Lawrence Bethlenfalvy <lbfalvy@protonmail.com>"
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]