recursive 0.1.1

Easy recursion without stack overflows.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "recursive"
version = "0.1.1"
edition = "2021"
authors = ["Orson Peters <orsonpeters@gmail.com>"]
description = "Easy recursion without stack overflows."
license = "MIT"
repository = "https://github.com/orlp/recursive"
readme = "README.md"

[dependencies]
recursive-proc-macro-impl = { version = "=0.1.1", path = "recursive-proc-macro-impl" }
stacker = "0.1"