geohash-tools 0.0.0

A collection of functions to manipulate GeoHashes
Documentation
1
2
3
4
5
6
7
8
9
10
#![doc(html_root_url = "https://docs.rs/geohash-tools/")]

//! # geohash-tools
//!
//! geohash-tools is a collection of functions for manipulating GeoHashes in Rust.
//! You can find more about geohash algorithm on [Wikipedia](https://en.wikipedia.org/wiki/Geohash)
//!

mod geohash;