i_shape 0.15.0

iShape is a compact and efficient library specifically designed for representing 2D data structures using FixVec.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.i_float]
version = "^0.9.0"

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

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