Reusable Infinite Generator in Python, Rust and C++

While learning Rust, I ported my prime number generator from Python to both C++ and Rust. It is curious to see how the different language allow different ways of writing it and also looking into the performance of it. ...