Skip to content

Commit

Permalink
Move to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
becheran committed Aug 17, 2022
1 parent beb908b commit c6b1b5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
19 changes: 0 additions & 19 deletions .gitlab-ci.yml

This file was deleted.

9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Grid

[![](https://docs.rs/grid/badge.svg)](https://docs.rs/grid)
[![](http://meritbadge.herokuapp.com/grid)](https://crates.io/crates/grid)
[![](https://badgen.net/crates/d/grid)](https://crates.io/crates/grid)
[![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)
[![docs](https://docs.rs/grid/badge.svg)](https://docs.rs/grid)
[![crates.io](https://badgen.net/crates/d/grid)](https://crates.io/crates/grid)
[![build status](https://github.com/becheran/grid/actions/workflows/rust.yml/badge.svg)](https://github.com/becheran/grid/actions)
[![license](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

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
Expand Down

0 comments on commit c6b1b5b

Please sign in to comment.