tailcall 2.2.2

Stack-safe tail calls on stable Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "tailcall"
description.workspace = true
documentation.workspace = true
repository.workspace = true
readme.workspace = true
keywords.workspace = true
categories.workspace = true
license.workspace = true
authors.workspace = true
version = "2.2.2"
edition.workspace = true

[dependencies]
tailcall_proc_macro = { package = "tailcall-impl", path = "../tailcall-proc-macro", version = "2.2.2" }