count_where 0.1.0

library that adds a count_where method to Iterator, to easily count items matching a condition
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["Bryce Campbell <tonyhawk2100@gmail.com>"]
description = "library that adds a count_where method to Iterator, to easily count items matching a condition"
edition = "2018"
homepage = "https://github.com/bryceac/count_where"
keywords = ["count", "where", "countwhere", "iterator"]
license = "MIT"
name = "count_where"
readme = "README.mediawiki"
repository = "https://github.com/bryceac"
version = "0.1.0"