项目作者: becheran

项目描述 :
Two dimensional grid data structure
高级语言: Rust
项目地址: git://github.com/becheran/grid.git
创建时间: 2020-03-31T22:05:46Z
项目社区:https://github.com/becheran/grid

开源协议:MIT License

下载


Grid

docs
crates.io
build status
license

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 type for one dimensional vectors
is implemented for two dimensions in this crate.

To use grid with no_std import the library such as:

  1. grid = { version = "*", default-features = false }