[dependencies]
[lib]
name = "threaded_map"
path = "src/lib.rs"
[package]
authors = ["Richard Neumann <mail@richard-neumann.de>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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.6"