griditer 0.1.0

Contains a couple of iterators for implementing 2D grid based algoritms.
Documentation
  • Coverage
  • 35.71%
    5 out of 14 items documented0 out of 0 items with examples
  • Size
  • Source code size: 22.11 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.2 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • terrapass/rs-griditer
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • terrapass

crates.io docs.rs Build Status

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.