interior-point 1.0.0-rc.1

JTS InteriorPoint algorithm ported to Rust
Documentation
1
2
3
4
5
6
7
8
9
//! Command-line interface for the interior-point crate. Gated behind the `cli`
//! feature so a library consumer pulls none of its dependencies.
//!
//! @jts-adapter JTSOpCmd — jtsop (org.locationtech.jtstest.cmd.JTSOpCmd) is the
//!   prior art for this CLI's surface; the code is original, nothing is ported.

pub mod args;
pub mod io;
pub mod run;