Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 471 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 471 Bytes

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"