pool 0.1.4

A pool of reusable values
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
test = []

[package]
authors = ["Carl Lerche <me@carllerche.com>"]
description = "A pool of reusable values"
documentation = "https://carllerche.github.io/pool/pool"
exclude = [".gitignore", ".travis.yml", "deploy.sh", "test/**/*"]
homepage = "https://github.com/carllerche/pool"
keywords = ["pool"]
license = "MIT"
name = "pool"
readme = "README.md"
repository = "https://github.com/carllerche/pool"
version = "0.1.4"