vec2d

Crates.iovec2d
lib.rsvec2d
version0.4.1
sourcesrc
created_at2015-04-25 04:31:51.732042
updated_at2024-03-16 17:04:54.763409
descriptionVery simple 2D container for storing rectangular data
homepage
repositoryhttps://github.com/nicholasbishop/vec2d
max_upload_size
id1945
size31,254
Nicholas Bishop (nicholasbishop)

documentation

README

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

crates.io Documentation

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"] }
Commit count: 73

cargo fmt