Crates.io | recur-fn |
lib.rs | recur-fn |
version | 2.2.0 |
source | src |
created_at | 2019-01-26 07:15:32.858326 |
updated_at | 2020-01-11 14:28:49.041617 |
description | A library that provides you a more flexible way to construct and extend the recursive function. |
homepage | https://crates.io/crates/recur-fn |
repository | https://github.com/Jason5Lee/rust-recur-fn |
max_upload_size | |
id | 110746 |
size | 24,439 |
A Rust library that provides a flexible way to construct and extend the recursive function.
Documentation: API reference.
Add this to your Cargo.toml
:
[dependencies]
recur-fn = "2.2"