decursion 0.1.0

Write recursive algorithms without worrying about stack overflows
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "decursion"
version = "0.1.0"
edition = "2021"
description = "Write recursive algorithms without worrying about stack overflows"
license = "MIT"
repository = "https://github.com/kuviman/decursion"

[dependencies]
async-oneshot = "0.5.9"
futures = "0.3.30"
futures-lite = "2.3.0"
scoped-tls-hkt = "0.1.5"