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

[dependencies]
i_float = { version = "^0.2.0"}
serde = { version = "^1.0", features = ["derive"] }