2 releases

Uses old Rust 2015

0.1.1 Aug 22, 2016
0.1.0 Aug 22, 2016

#206 in Geospatial

22 downloads per month

Apache-2.0

4KB

geezy

Build Status

A collection of Geodetical functions

Full documentation can be found here.

Usage

This crate is on crates.io and can be used by adding wordsworth to the dependencies in your project's Cargo.toml.

[dependencies]
geezy = "0.1.*"

and this to your crate root:

extern crate geezy;

Example

use geezy;
assert_eq!(true, geezy::Coords::is_valid(-90_f64, -180_f64));

lib.rs:

A collection of Geodetical functions

Usage

This crate is on crates.io and can be used by adding wordsworth to the dependencies in your project's Cargo.toml.

[dependencies]
geezy = "0.1.*"

and this to your crate root:

extern crate geezy;

Example

use geezy;
assert_eq!(true, geezy::Coords::is_valid(-90_f64, -180_f64));

No runtime deps