geohash 0.2.2

Geohash implementation for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "geohash"
version = "0.2.2"
authors = [ "Ning Sun <sunng@about.me>" ]
description = "Geohash implementation for Rust."
license = "MIT"
keywords = ["geohash", "gis", "geography"]
repository = "https://github.com/georust/geohash.rs"
readme = "README.md"

[dependencies]

geo = "*"