collected 0.1.0

Summation, product, maximum and more special collectors for Rust iterators.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.itertools]
version = "0.10.0"

[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.1.0"