rust-tailcall 0.1.0

TailCall, The crate is a rust implementation of The Art of Simplicity_Venkat Subramaniam.
Documentation
[dependencies]

[dev-dependencies.num-bigint]
version = "0.4"

[dev-dependencies.num-traits]
version = "0.2"

[features]
default = []

[lib]
name = "rust_tailcall"
path = "src/lib.rs"

[package]
authors = ["Codefonsi <info@codefonsi.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "TailCall, The crate is a rust implementation of The Art of Simplicity_Venkat Subramaniam."
documentation = "https://docs.rs/rust-tailcall"
edition = "2024"
homepage = "https://github.com/codefonsi/rust-tailcall"
include = ["src/**/*", "Cargo.toml", "../../README.md", "LICENSE"]
keywords = ["TailCall", "stack-overflow", "type-safe", "functional", "immutable"]
license = "MPL-2.0"
name = "rust-tailcall"
readme = "README.md"
repository = "https://github.com/codefonsi/rust-tailcall"
version = "0.1.0"