clipper-sys 0.1.0

Boolean operations on polygons (Clipper wrapper)
Documentation
1
2
3
4
5
6
7
8
# clipper-sys

Unsafe Rust wrapper around C++ version of [Clipper](http://www.angusj.com/delphi/clipper.php).

[![crate.io](https://img.shields.io/crates/v/clipper-sys.svg)](https://crates.io/crates/clipper-sys)
[![docs.rs](https://docs.rs/clipper-sys/badge.svg)](https://docs.rs/clipper-sys)

This library is not meant to be used directly. [geo-clipper](https://github.com/lelongg/geo-clipper) should be used instead.