block-grid 0.1.3

A quick, cache-conscious, tiled 2D array.
Documentation
[dependencies.serde]
default-features = false
features = ["derive", "alloc"]
optional = true
version = "1.0"

[lib]
bench = false

[package]
authors = ["Gunvir Ranu <mail@gunvirranu.com>"]
categories = ["data-structures", "no-std", "memory-management"]
description = "A quick, cache-conscious, tiled 2D array."
edition = "2018"
exclude = ["/.github/"]
homepage = "https://github.com/gunvirranu/block-grid"
keywords = ["array", "grid", "2d", "matrix"]
license = "MIT"
name = "block-grid"
readme = "README.md"
repository = "https://github.com/gunvirranu/block-grid"
version = "0.1.3"