rust_line_rasterizer

This repository implements the bresenham algorithm for arbitrary dimensions. additionally it provides an benchmark to compare a version that uses inner iteration against a version that returns an iterator.