From 988e5c1ae906a9de95897befa4c46136f4b755c5 Mon Sep 17 00:00:00 2001 From: Armin Becher Date: Fri, 24 Apr 2020 11:18:42 +0200 Subject: [PATCH] Update readme --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6df1792..bf4896b 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,9 @@ [![Build Status](https://gitlab.com/becheran/grid_ci/badges/master/pipeline.svg)](https://gitlab.com/becheran/grid_ci/pipelines) [![](https://img.shields.io/badge/License-MIT-yellow.svg)](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/) - [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.