1 unstable release
0.1.0 | Sep 19, 2020 |
---|
#2068 in Algorithms
23KB
478 lines
griditer
This crate is a (so far tiny) collection of iterator types useful in implementing grid-based algorithms.
Currently only Bresenham's and Perimeter iterators are available.
lib.rs
:
This crate is a (so far tiny) collection of iterator types useful in implementing grid-based algorithms.
Currently only Bresenham's and Perimeter iterators are available.