Expand description
Low level GEOS C API bindings for GEOS >= 3.6.0.
It provides C-interface as is. If you want to use a more Rust-friendly crate, use the georust/geos crate. You can also find it on crates.io.
By default, the build will use system-installed GEOS if available.
You can build the included version of GEOS using the static
feature, which
will also statically link libgeos to this crate. In order to build GEOS, you
need to have cmake
and a C++ compiler.
This documentation is generated based on GEOS 3.11. Please see the GEOS Changelog for a listing of which entries were added for each GEOS version.