grid 0.1.1

Simple 2D grid of characters.
Documentation
language: rust
rust:
  - stable
cache: 
  - cargo
script:
  - cargo build
  - cargo test