Registry / utility / vec2

vec2

JSON →
library0.2.1rscratesunverified

A 2D vector type for mathematical operations.

utility
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.

use vec2::Vec2;

Creates a 2D vector with x and y components.

use vec2::Vec2; fn main() { let v = Vec2::new(1.0, 2.0); println!("{:?}", v); }
Debug
Known footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
0 hits · last 30 days

No traffic data recorded yet.

Resources