Raytracer Completed rust version of "The Ray Tracer Challenge" book by Jamis Buck. Made the rendering loop parallel with cyclic partitioning of the image to improve render times. Example Input cargo run --release example_output.ppm 1000 1000 Example Output