Crate polylabel

source ·
Expand description

This crate provides a Rust implementation of the Polylabel algorithm for finding the optimum position of a polygon label.

ffi bindings are provided: enable the ffi and headers features when building the crate.

Modules§

  • Errors that can occur when determining an optimum label position

Structs§

  • Wrapper for a void pointer to a sequence of 2-element arrays representing points, and the sequence length. Used for FFI.
  • FFI struct for returned optimum Polygon label position
  • Wrapper for a void pointer to a sequence of Arrays, and the sequence length. Used for FFI.

Functions§