foreach 0.3.0

ForEach trait and for_each! macro allow you to use iterator inside iteration loop, which is not posible when using for-in loop.
Documentation

Build Status

ForEach trait and for_each! macro

ForEach trait and for_each! macro allow you to use iterator inside iteration loop, which is not posible when using for-in loop.