fn-cache 0.4.1

A copy-less and clone-less function caching library
Documentation
[package]
name = "fn-cache"
version = "0.4.1"
description = "A copy-less and clone-less function caching library"

documentation = "https://docs.rs/fn-cache"
repository = "https://github.com/asampley/fn_cache"
readme = "README.md"

keywords = ["cache", "memoization"]
categories = ["caching"]

authors = ["Alex Sampley <sampley@ualberta.ca>"]
license = "MIT"
edition = "2018"

[dev-dependencies]
num-bigint = "0.2"
hashers = "1.0.0"