grid_2d 0.16.2

A general purpose 2d grid
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "grid_2d"
description = "A general purpose 2d grid"
version = "0.16.2"
authors = ["Stephen Sherratt <sfsherratt@gmail.com>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/gridbugs/grid-2d.git"
repository = "https://github.com/gridbugs/grid-2d.git"
documentation = "https://docs.rs/grid_2d"
edition = "2024"

[features]
serialize = ["serde", "coord_2d/serialize"]

[dependencies]
serde = { version = "1.0", features = ["serde_derive"], optional = true }
coord_2d = "0.4"