dynamic-grid

Crates.iodynamic-grid
lib.rsdynamic-grid
version0.2.0
sourcesrc
created_at2021-05-26 14:30:40.637757
updated_at2021-06-02 13:29:53.907823
descriptionDynamic grid Structure for Rust
homepagehttps://github.com/Aniki02/dynamic-grid
repositoryhttps://github.com/Aniki02/dynamic-grid
max_upload_size
id402295
size17,630
(Aniki02)

documentation

https://docs.rs/dynamic-grid

README

Dynamic grid

Dynamic grid Structure for Rust. It's two dimensional data structure fast and easy to use with no ibligation to have the same number of rows and columns.

classic grid

0,0,0
0,0,0
0,0,0

It's forbidden to have the second row with four value

dynamic grid

0,0
0,0,0,0,0
0,0,0

It's ok with dynamic grid.

Commit count: 19

cargo fmt