clipper2-sys 0.4.0

Polygon Clipping and Offsetting (Clipper2 wrapper)
Documentation
1
2
3
4
5
6
7
8
9
10
11
# clipper2-sys

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)