threaded-map 0.1.5

Extend iterators with a threaded version of the map() function
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.threadpool]
version = "1.8.1"

[package]
authors = ["Richard Neumann <mail@richard-neumann.de>"]
description = "Extend iterators with a threaded version of the map() function"
documentation = "https://docs.rs/threaded-map"
edition = "2021"
exclude = [".gitignore"]
homepage = "https://github.com/conqp/threaded-map/"
keywords = ["threaded", "mapping"]
license = "MIT"
name = "threaded-map"
readme = "README.md"
repository = "https://github.com/conqp/threaded-map/"
version = "0.1.5"