mincache 0.1.0

Minimal function return caching crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "mincache"
description = "Minimal function return caching crate"
version = "0.1.0"
edition = "2021"
readme = "../README.md"
license-file = "../LICENSE.md"
repository = "https://github.com/Vurv78/mincache"

[dependencies]
mincache-impl = { version = "0.1" }