recur-fn 1.1.0

A library that provides you a more flexible way to construct and extend the recursive function.
Documentation
# RecurFn

[![Build Status](https://jason5lee.visualstudio.com/rust-recur-fn/_apis/build/status/rust-recur-fn-CI?branchName=master)](https://jason5lee.visualstudio.com/rust-recur-fn/_build/latest?definitionId=1&branchName=master)

A Rust library that provides you a more flexible way to construct and extend the recursive function.

Documentation: [API reference](https://docs.rs/recur-fn).

## Usage

Add this to your `Cargo.toml`:

```toml
[dependencies]
recur-fn = "1.1.0"
```