poolcache 0.1.1

A hybrid object pool and LFU cache that permits cached object reuse. Useful for avoiding allocations
Documentation
1
2
3
4
5
6
7
8
9
10
11
[dependencies]

[package]
authors = ["Jon Allie <jon@jonallie.com>"]
description = "A hybrid object pool and LFU cache that permits cached object reuse. Useful for avoiding allocations"
documentation = "http://ja30278.github.io/rustdoc/poolcache/index.html"
keywords = ["cache", "pool", "buffer"]
license = "MIT"
name = "poolcache"
repository = "https://github.com/ja30278/poolcache"
version = "0.1.1"