simple_parallel 0.0.1

Straight-forward functions and types for basic data parallel operations.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "simple_parallel"
version = "0.0.1"
authors = ["Huon Wilson <dbau.pp@gmail.com>"]

homepage = "https://github.com/huonw/simple_parallel"
repository = "https://github.com/huonw/simple_parallel"
documentation = "http://huonw.github.io/simple_parallel/simple_parallel/"
license = "MIT/Apache-2.0"
keywords = ["data-parallel", "parallel"]
readme = "README.md"

description = """
Straight-forward functions and types for basic data parallel
operations.
"""