CompTools
Create iterators using Python's list comprehesion style.
Macros for Python-like list comprehension creation of iterators.
Another Crate that tries to bring the simplicty of Python's syntax to Rust iterators.
The main macro is iter, and other macros are extensions of the latter.
Examples
Below, small examples of how the macros work:
use *;
let vec: = vect!;
assert_eq!;
let sum: u64 = sum!;
assert_eq!;
Contributing
Contributions are more than welcome!