plmap 0.2.0

Parallel pipelined map over iterators.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.crossbeam-channel]
version = ">0.3"

[dependencies.rustversion]
version = "1.0"

[package]
authors = ["Andrew Chambers <ac@acha.ninja>"]
description = "Parallel pipelined map over iterators."
edition = "2018"
license = "MIT"
name = "plmap"
readme = "README.md"
repository = "https://github.com/andrewchambers/plmap-rust"
version = "0.2.0"