wagyu-rs-cli-0.2.1 is not a library.
wagyu-rs
⚠️ Work in Progress: This is a WIP port of Wagyu to Rust. Code is generated with Claude; please take it with a grain of salt as I figure it out. --Nissim
Geometry boolean operations in Rust - port of Mapbox wagyu.
Operations
- Union - Combine two polygons
- Intersection - Common area of two polygons
- Difference - Subtract one polygon from another
- Xor - Symmetric difference
All output is guaranteed valid per OGC standards.
Install
Usage
use ;
// API under development - see context/ARCHITECTURE.md for porting progress
Development
&&
&&
See CONTRIBUTING.md for details.
License
BSL-1.0 (Boost Software License) - same as original wagyu.