No description
Find a file
2021-07-23 12:28:54 +02:00
benches Speedup benches 2020-04-06 20:30:53 +02:00
src Test transpose method 2021-07-23 14:34:27 +08: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 (cargo-release) start next development iteration 0.4.1-alpha.0 2021-07-23 12:28:54 +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.