Update readme
This commit is contained in:
parent
dd92d7e4cf
commit
988e5c1ae9
1 changed files with 3 additions and 5 deletions
|
@ -5,11 +5,9 @@
|
||||||
[](https://gitlab.com/becheran/grid_ci/pipelines)
|
[](https://gitlab.com/becheran/grid_ci/pipelines)
|
||||||
[](https://opensource.org/licenses/MIT)
|
[](https://opensource.org/licenses/MIT)
|
||||||
|
|
||||||
Data structure grid for rust. Provide a two dimensional data storage that is easy to use and fast.
|
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](https://doc.rust-lang.org/std/vec/struct.Vec.html) type for one dimensional vectors
|
||||||
|
is implemented for two dimensions in this crate.
|
||||||
|
|
||||||
- [documentation](https://docs.rs/grid/)
|
- [documentation](https://docs.rs/grid/)
|
||||||
- [library on crates.io](https://crates.io/crates/grid)
|
- [library on crates.io](https://crates.io/crates/grid)
|
||||||
|
|
||||||
## :construction: Under Construction :construction:
|
|
||||||
|
|
||||||
Not all features are implemented yet. Though, major API changes are not very likely.
|
|
||||||
|
|
Loading…
Reference in a new issue