Registry / utility / coord-2d

coord-2d

JSON →
library0.4.2rscratesunverified

A general purpose 2D coordinate type for grid-based or spatial computations.

# Cargo.toml [dependencies] coord_2d = "0.4.2"
INSTALL
IMPORT
SIG · COORD-2D
C
coord-2d
utilityrustv0.4.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Coord
use coord_2d::Coord;

Creates and prints a 2D coordinate.

use coord_2d::Coord; let c = Coord::new(3, 5); println!("{:?}", c);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
coord-2d — cargo add coord-2d · libregistry