Lodin / iterator2d

A two-dimensional collection iterator in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Iterator2d

MIT licensed

A two-dimensional collection iterator for Rust. It adds iteration ability for collection like matrices, where all data is stored in simple array but the two-dimensional access is need.

Examples can be seen in tests section.

About

A two-dimensional collection iterator in Rust

License:MIT License


Languages

Language:Rust 100.0%