-
Fixed bug preventing usage of
IntoIterator
s which are not copy -
Added clarification to Readme.md about
Copy
requirements of captured objects -
Added support for
if let
clauses -
Added support for consecutive
if
andif let
clauses such ascomp!(x; for x in 0..10; if x > 3; if x < 6)
- Readme.md examples are now tested
- The trailing semicolon after the last expression in the macro is now optional
- Added nested-structure example to documentation
- Added metadata to Readme.md to show more info on crates.io
- Initial release