ppipe 0.2.0

An elegantly simple and lightweight library for making iterator pipelines concurrent and blazingly fast, hence the name ppipe (parallel pipe).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
authors = ["Michael J Welsh <michael.welsh.j@gmail.com>"]
description = """
An elegantly simple and lightweight library for making iterator pipelines concurrent and blazingly fast,
hence the name ppipe (parallel pipe).
"""
homepage = "https://github.com/MichaelJWelsh/ppipe"
keywords = ["pipe", "pipeline", "iterator", "adaptor", "concurrent"]
license = "MIT"
name = "ppipe"
readme = "README.md"
repository = "https://github.com/MichaelJWelsh/ppipe.git"
version = "0.2.0"