tailcall 0.1.5

Safe, zero-cost tail recursion
Documentation
[[bench]]
harness = false
name = "bench"
[badges.travis-ci]
repository = "alecdotninja/tailcall"
[dependencies.tailcall-impl]
version = "0.1.4"
[dev-dependencies.backtrace]
version = "0.3.40"

[dev-dependencies.bencher]
version = "0.1.5"

[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.5"