#container #storing #rectangular #data #2d #serde #serde-support

废弃 vec2d

非常简单的用于存储矩形数据的2D容器

10个版本

0.4.1 2024年3月16日
0.4.0 2021年12月20日
0.3.0 2020年1月18日
0.1.1 2020年1月17日
0.0.5 2015年4月27日

8#rectangular

Download history 3/week @ 2024-03-09 130/week @ 2024-03-16 7/week @ 2024-03-23 44/week @ 2024-03-30 1/week @ 2024-04-06

303 每月下载次数

Apache-2.0

18KB
350

vec2d

此工具不再处于积极开发状态。如果您有兴趣接管或重新利用crates.io上的名称,请随时与我联系:[email protected]

crates.io Documentation

Vec2D是一个简单的2D容器,用于存储矩形数据。

serde

要启用对serde库的支持,启用功能serde_support

Cargo.toml

[dependencies]
vec2d = { version="x.x.x", features=["serde_support"] }

lib.rs:

Vec2D是一个非常简单的2D容器,用于存储矩形数据

依赖项

~170KB