poule 0.3.2

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

[dependencies.libc]
version = "0.2"

[package]
authors = ["Carl Lerche <me@carllerche.com>", "Geoffroy Couprie <contact@geoffroycouprie.com>"]
description = "A pool of reusable values"
documentation = "https://docs.rs/poule"
edition = "2018"
exclude = [".gitignore", ".travis.yml", "deploy.sh", "test/**/*"]
homepage = "https://github.com/sozu-proxy/poule"
keywords = ["pool"]
license = "MIT"
name = "poule"
readme = "README.md"
repository = "https://github.com/sozu-proxy/poule"
version = "0.3.2"