i_shape 1.3.1

iShape is a compact and efficient library specifically designed for representing 2D data structures using IntPoint.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "i_shape"
version = "1.3.1"
authors = ["Nail Sharipov <nailxsharipov@gmail.com>"]
edition = "2021"
description = "iShape is a compact and efficient library specifically designed for representing 2D data structures using IntPoint."
license = "MIT"
repository = "https://github.com/iShape-Rust/iShape"

[dependencies]
i_float = { version = "~1.3.0"}
#i_float = { path = "../iFloat" }
serde = { version = "^1.0", features = ["derive"] }