counter 0.7.0

Simple package to count generic iterables
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod add_iterable;
mod add_self;
mod create;
mod deref;
mod extend;
mod from_iterator;
mod index;
mod intersection;
mod into_iterator;
#[cfg(feature = "serde")]
mod serialize;
mod sub_iterable;
mod sub_self;
mod union;