tailcall 0.1.2

Safe, zero-cost tail recursion
Documentation
[badges.travis-ci]
repository = "alecdotninja/tailcall"
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "fold"]
version = "1.0"
[dev-dependencies.backtrace]
version = "0.3.40"

[lib]
proc-macro = true

[package]
authors = ["Alec Larsen <hello@alec.ninja>"]
categories = ["algorithms", "no-std"]
description = "Safe, zero-cost tail recursion"
documentation = "https://docs.rs/tailcall"
edition = "2018"
exclude = ["/.travis.yml", ".gitignore"]
keywords = ["recursion", "tail", "tailcall", "become"]
license = "MIT OR Apache-2.0"
name = "tailcall"
readme = "README.md"
repository = "https://github.com/alecdotninja/tailcall"
version = "0.1.2"