Crate rdp [] [src]

This crate provides a Rust implementation of the Ramer–Douglas–Peucker line simplification algorithm, and FFI functions for accessing it from third-party libraries.

Structs

Array

Functions

drop_float_array

Free Array memory which Rust has allocated across the FFI boundary by simplify_linestring_ffi

rdp

Simplify a linestring using the Ramer–Douglas–Peucker algorithm

simplify_linestring_ffi

FFI implementation of rdp