Rust Ray Tracing Implementing the ray tracer in one weekend from here. Usage The program outputs the image in ppm format to stdout so needs to be written to file. i.e. cargo run > image.ppm