Crates.io | clipper2-sys |
lib.rs | clipper2-sys |
version | 0.4.0 |
source | src |
created_at | 2024-04-23 11:48:58.964659 |
updated_at | 2024-07-16 04:00:32.791896 |
description | Polygon Clipping and Offsetting (Clipper2 wrapper) |
homepage | |
repository | https://github.com/songhuaixu/clipper2-sys |
max_upload_size | |
id | 1217479 |
size | 2,725,082 |
Rust wrapper around C++ version of Clipper2.
Compile with cargo feature generate-bindings
to generate bindings at build time.
This project was inspired from the clipper-sys crate that wraps the previous version 1 of the Clipper library.
And using clipper2c