eproj-core 0.0.1-alpha.9

Core primitives and operations for coordinate reference system transformations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mod error;
mod projection;
mod srid;

mod bindings;
mod coordinate;

#[doc(inline)]
pub use error::Error;

#[doc(inline)]
pub use srid::SpatialReferenceIdentifier;

#[doc(inline)]
pub use coordinate::Coordinate3;

#[doc(inline)]
pub use projection::Projector;