plmap 0.0.1

Parallel pipelined map over iterators.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "plmap"
version = "0.0.1"
edition = "2018"
readme = "README.md"
license = "MIT"
authors = ["Andrew Chambers <ac@acha.ninja>"]
description = "Parallel pipelined map over iterators."
repository = "https://github.com/andrewchambers/plmap-rust"

[dependencies]
crossbeam-channel = ">0.3"
rustversion = "1.0"