maybe_parallel_iterator 0.12.0

Toggle parallelism with feature flags!
Documentation
[package]
name = "maybe_parallel_iterator"
authors = ["Finn Bear"]
version = "0.12.0"
license = "MIT OR Apache-2.0"
edition = "2021"
repository = "https://github.com/finnbear/maybe_parallel_iterator/"
description = "Toggle parallelism with feature flags!"

[dependencies]
rayon = {version = "1", optional = true}