geezy

Crates.iogeezy
lib.rsgeezy
version0.1.1
sourcesrc
created_at2016-08-22 09:00:04.638114
updated_at2016-08-22 17:53:44.003623
descriptionA collection of Geodetical functions
homepage
repositoryhttps://github.com/booyaa/geezy
max_upload_size
id6065
size4,429
Mark Sta Ana (booyaa)

documentation

https://booyaa.github.io/geezy/geezy/index.html

README

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));
Commit count: 4

cargo fmt