geo-core 0.1.4

Common tools for working with spatial data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod constants;
pub mod geometry;
pub mod latlng;
pub mod line;
pub mod line_utils;
pub mod point;
pub mod point3d;
pub mod point_utils;
pub mod polygon;
pub mod polyline;
pub mod rectangle;
pub mod utils;