10 releases
0.4.1 | Mar 16, 2024 |
---|---|
0.4.0 | Dec 20, 2021 |
0.3.0 | Jan 18, 2020 |
0.1.1 | Jan 17, 2020 |
0.0.5 | Apr 27, 2015 |
#379 in #2d
79 downloads per month
18KB
350 lines
vec2d
This tool is no longer under active development. If you are interested in taking over or repurposing the name on crates.io, feel free to contact me: nbishop@nbishop.net
Vec2D is a simple 2D container for storing rectangular data.
serde
To enable support for the serde library, enable the
feature serde_support
.
Cargo.toml
[dependencies]
vec2d = { version="x.x.x", features=["serde_support"] }
lib.rs
:
Vec2D is a very simple 2D container for storing rectangular data
Dependencies
~170KB