grid-point 0.1.0

A Point represents an [x, y] coordinate on a grid or matrix
Documentation
1
2
3
4
5
6
7
8
9
[package]
description = "A Point represents an [x, y] coordinate on a grid or matrix"
edition = "2021"
include = ["**/*.rs", "Cargo.toml"]
license = "MIT"
name = "grid-point"
readme = "README.md"
repository = "https://github.com/Rodhlann/grid-point"
version = "0.1.0"