[go: up one dir, main page]

cached 0.8.0

Generic cache implementations and simplified function memoization
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[badges.travis-ci]
branch = "master"
repository = "jaemk/cached"
[dependencies.once_cell]
version = "0.1.6"

[package]
authors = ["James Kominick <james@kominick.com>"]
categories = ["caching"]
description = "Generic cache implementations and simplified function memoization"
documentation = "https://docs.rs/cached"
keywords = ["caching", "cache", "memoize", "lru"]
license = "MIT"
name = "cached"
readme = "README.md"
repository = "https://github.com/jaemk/cached"
version = "0.8.0"