A Rust-based implementation of Ray Tracing in One Weekend by Peter Shirley. Aside from the fairly straightforward translation of the C++ code to Rust, I also managed to parallelize the rendering code, allowing a speed-up of $\approx 72%$ in rendering the final scene.