Update readme info
This commit is contained in:
parent
0a0d485061
commit
84bfb9ed21
2 changed files with 22 additions and 0 deletions
14
Cargo.toml
14
Cargo.toml
|
@ -3,6 +3,20 @@ name = "grid"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Armin Becher <armin.becher@gmai.com>"]
|
authors = ["Armin Becher <armin.becher@gmai.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
description = "Dynamic generic 2D data structure."
|
||||||
|
keywords = [ "2D", "array", "matrix", "data structure", "2D vector"]
|
||||||
|
categories = [ "science", "data-structure",]
|
||||||
|
readme = "README.md"
|
||||||
|
license = "MIT"
|
||||||
|
repository = "https://github.com/becheran/grid"
|
||||||
|
documentation = "https://docs.rs/grid"
|
||||||
|
|
||||||
|
[badges.gitlab]
|
||||||
|
repository = "becheran/grid_ci"
|
||||||
|
branch = "master"
|
||||||
|
|
||||||
|
[badges.maintenance]
|
||||||
|
status = "actively-developed"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
criterion = "0.3.1"
|
criterion = "0.3.1"
|
||||||
|
|
|
@ -1,3 +1,11 @@
|
||||||
# Grid
|
# Grid
|
||||||
|
|
||||||
|
[](https://crates.io/crates/grid)
|
||||||
|
[](https://crates.io/crates/grid)
|
||||||
|
[](https://gitlab.com/becheran/grid_ci/pipelines)
|
||||||
|
[](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 storage that is easy to use and fast.
|
||||||
|
|
||||||
|
- [documentation](https://docs.rs/grid/)
|
||||||
|
- [library on crates.io](https://crates.io/crates/grid)
|
||||||
|
|
Loading…
Reference in a new issue