#![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)
//!modgeohash;