i_shape 1.3.1

iShape is a compact and efficient library specifically designed for representing 2D data structures using IntPoint.
Documentation
[dependencies.i_float]
version = "~1.3.0"

[dependencies.serde]
features = ["derive"]
version = "^1.0"

[lib]
name = "i_shape"
path = "src/lib.rs"

[package]
authors = ["Nail Sharipov <nailxsharipov@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "iShape is a compact and efficient library specifically designed for representing 2D data structures using IntPoint."
edition = "2021"
license = "MIT"
name = "i_shape"
readme = "README.md"
repository = "https://github.com/iShape-Rust/iShape"
version = "1.3.1"

[[test]]
name = "path_test"
path = "tests/path_test.rs"