| Crates.io | vec2d |
| lib.rs | vec2d |
| version | 0.4.1 |
| created_at | 2015-04-25 04:31:51.732042+00 |
| updated_at | 2024-03-16 17:04:54.763409+00 |
| description | Very simple 2D container for storing rectangular data |
| homepage | |
| repository | https://github.com/nicholasbishop/vec2d |
| max_upload_size | |
| id | 1945 |
| size | 31,254 |
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.
To enable support for the serde library, enable the
feature serde_support.
Cargo.toml
[dependencies]
vec2d = { version="x.x.x", features=["serde_support"] }