Registry / other / ribir-geom

ribir-geom

JSON →
library0.3.0rscratesunverified

Geometry primitives for the Ribir non-intrusive declarative GUI framework.

# Cargo.toml [dependencies] ribir_geom = "0.3.0"
INSTALL
IMPORT
SIG · RIBIR-GEOM
R
ribir-geom
otherrustv0.3.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 ribir_geom::Point;

Create a 2D point

use ribir_geom::Point; fn main() { let p = Point::new(10.0, 20.0); println!("Point: {:?}", p); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
ribir-geom — cargo add ribir-geom · libregistry