Crates.io | flatgeom |
lib.rs | flatgeom |
version | 0.0.2 |
source | src |
created_at | 2024-05-28 09:22:11.883857 |
updated_at | 2024-05-29 00:20:51.318787 |
description | Geometry types using flat structures instead of jagged arrays |
homepage | |
repository | https://github.com/MIERUNE/flatgeom-rs |
max_upload_size | |
id | 1254168 |
size | 2,143,752 |
Geospatial geometry primitives employing flat data structures instead of jagged arrays to represent Polygons, MultiPolygons, and other geometries. This design may be efficient for serialization and deserialization.