lwgeom 0.0.2

Rust bindings for the LWGEOM geometry library.
Documentation
1
2
3
4
5
mod error;
mod lwgeom;

pub use error::{LWGeomError, Result};
pub use lwgeom::LWGeom;