Registry / other / geo-types

geo-types

JSON →
library0.7.18rscratesunverified

Geospatial primitive data types for Rust.

# Cargo.toml [dependencies] geo-types = "0.7.18"
INSTALL
IMPORT
SIG · GEO-TYPES
G
geo-types
otherrustv0.7.18
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 geo_types::Point;

Create and inspect a geospatial point.

use geo_types::Point; let p = Point::new(10.0, 20.0); println!("Point: ({}, {})", p.x(), p.y());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.18latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
geo-types — cargo add geo-types · libregistry