iterators-rfoxmich 0.1.1

A sample crate I created from the iterators/closures chapter of te RUST book do not use
Documentation
  • Coverage
  • 100%
    5 out of 5 items documented1 out of 4 items with examples
  • Size
  • Source code size: 5.36 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.18 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • rfoxkendo

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).