recur-fn 1.1.0

A library that provides you a more flexible way to construct and extend the recursive function.
Documentation
[package]
name = "recur-fn"
version = "1.1.0"
authors = ["Jason Lee <jason5lee@hotmail.com>"]
description = "A library that provides you a more flexible way to construct and extend the recursive function."
edition = "2018"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/Jason5Lee/rust-recur-fn"
homepage = "https://crates.io/crates/recur-fn"
keywords = ["recursive", "recursion", "recur"]

[dev-dependencies]
criterion = "0.2"

[[bench]]
name = "fib_benchmark"
harness = false