Registry / utility / pointy

pointy

JSON →
library0.8.0rscratesunverified

Minimal 2D geometry library

# Cargo.toml [dependencies] pointy = "0.8.0"
INSTALL
IMPORT
SIG · POINTY
P
pointy
utilityrustv0.8.0
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.

Point
use pointy::Point;

Creates a new 2D point.

use pointy::Point; fn main() { let p = Point::new(1.0, 2.0); println!("{:?}", p); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
pointy — cargo add pointy · libregistry