collected 0.4.0

Summation, product, maximum and more special collectors for Rust iterators.
Documentation
[dependencies.indexmap]
optional = true
version = "1.7.0"

[dependencies.itertools]
version = "0.10.1"

[dependencies.min-max-heap]
version = "1.3.0"

[dev-dependencies.maplit]
version = "1.0.2"

[features]
default = ["indexmap"]
unstable = []

[package]
authors = ["jerry73204 <jerry73204@gmail.com>"]
categories = ["rust-patterns"]
description = "Summation, product, maximum and more special collectors for Rust iterators."
documentation = "https://docs.rs/collected/"
edition = "2018"
homepage = "https://github.com/jerry73204/rust-collected"
license = "MIT"
name = "collected"
readme = "README.md"
repository = "https://github.com/jerry73204/rust-collected.git"
version = "0.4.0"