cfagot / clipper-sys

Boolean operations on polygons (Clipper wrapper)
ISC License
0 stars 0 forks source link

Convert to pure Rust #1

Open cfagot opened 2 weeks ago

cfagot commented 2 weeks ago

Provide a feature flag "pure_rust" which when set will use no C++ and only Rust to implement all of clipper functionality.

This requires porting the original clipper code found in the clipper directory from C++ to Rust.

cfagot commented 2 weeks ago

Note: this issue is being used as a test case for copilot-workspace.