Rust wrapper around C++ version of [Clipper2](https://github.com/AngusJohnson/Clipper2).
Compile with cargo feature `generate-bindings` to generate bindings at build time.
This project was inspired from the
[clipper-sys](https://crates.io/crates/clipper-sys) crate that wraps the
previous version 1 of the Clipper library.
And using [clipper2c](https://github.com/geoffder/clipper2c)