No description
Find a file
2021-02-11 23:09:20 +01:00
benches Speedup benches 2020-04-06 20:30:53 +02:00
src Add flatten 2020-04-24 09:42:43 +02:00
.gitignore Initial commit 2020-04-01 00:05:47 +02:00
.gitlab-ci.yml Fix gitlab rust latest 2020-04-05 15:06:49 +02:00
Cargo.toml Fix cratesio category 2020-04-24 11:23:36 +02:00
LICENSE Initial commit 2020-04-01 00:05:47 +02:00
README.md Add badge to doc 2021-02-11 23:09:20 +01:00

Grid

Build Status

Data structure grid for rust. Provide a two dimensional data structure for rust that is easy to use and fast. Most of the functionality provided by the std::vec::Vec type for one dimensional vectors is implemented for two dimensions in this crate.