recur-fn

Crates.iorecur-fn
lib.rsrecur-fn
version2.2.0
sourcesrc
created_at2019-01-26 07:15:32.858326
updated_at2020-01-11 14:28:49.041617
descriptionA library that provides you a more flexible way to construct and extend the recursive function.
homepagehttps://crates.io/crates/recur-fn
repositoryhttps://github.com/Jason5Lee/rust-recur-fn
max_upload_size
id110746
size24,439
Jason Dongheng Lee (Jason5Lee)

documentation

README

RecurFn

Build Status

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

Documentation: API reference.

Usage

Add this to your Cargo.toml:

[dependencies]
recur-fn = "2.2"
Commit count: 42

cargo fmt