polyops 0.1.1

Fast Martinez-Rueda polygon clipping: Boolean operations (intersection, union, difference, xor) on polygons and multipolygons over GeoJSON-shaped coordinates. Pure-Rust port of martinez-polygon-clipping.
1
{"subject":[[[0,0],[0,1],[1,0],[1,1],[0,0]]],"clipping":[[[0,0.5],[0,1.5],[1,0.5],[1,1.5],[0,0.5]]],"expected":[[[[0,0.5],[0.25,0.75],[0,1],[0,0.5]]],[[[0.75,0.75],[1,0.5],[1,1],[0.75,0.75]]]]}