smallpt 0.4.2

A small ray/pathtracer in Rust, inspired by Kevin Beason's educational 99-lines ray/pathtracer (http://www.kevinbeason.com/smallpt/)
Documentation
1
2
3
4
5
6
//extern crate mml;

fn main() {
	// let dest: String = concat!("target/doc/", env!("CARGO_PKG_NAME")).to_string();
	// let _ = mml::src2both("src", dest.replace("-", "_").as_str());
}