iterators-rfoxmich 0.1.1

A sample crate I created from the iterators/closures chapter of te RUST book do not use
Documentation

This file contains a pair of types which show how to use closures (Shoes and shoes_in_my_size) and how to create a custom iterator (Counter).