Crates.io | geezy |
lib.rs | geezy |
version | 0.1.1 |
source | src |
created_at | 2016-08-22 09:00:04.638114 |
updated_at | 2016-08-22 17:53:44.003623 |
description | A collection of Geodetical functions |
homepage | |
repository | https://github.com/booyaa/geezy |
max_upload_size | |
id | 6065 |
size | 4,429 |
A collection of Geodetical functions
Full documentation can be found here.
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;
use geezy;
assert_eq!(true, geezy::Coords::is_valid(-90_f64, -180_f64));