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


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]