fn-memo 0.1.0

A library for creating the memoization of a function.
Documentation
[package]
name = "fn-memo"
version = "0.1.0"
authors = ["Jason Lee <jason5lee@hotmail.com>"]
edition = "2018"
description = "A library for creating the memoization of a function."
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/Jason5Lee/rust-fn-memo"
homepage = "https://crates.io/crates/fn-memo"
keywords = ["cache", "memoization"]

[dependencies]
recur-fn = "0.1.0"