# `geohash-rs` Rust [geohash](https://en.wikipedia.org/wiki/Geohash) library offering encoding and decoding for string and integer geohashes. [![travis](https://img.shields.io/travis/tidwall/geohash-rs.svg)](https://travis-ci.org/tidwall/geohash-rs/) [![license](https://img.shields.io/crates/l/tidwall_geohash.svg)](LICENSE) [![crates.io](https://img.shields.io/crates/d/tidwall_geohash.svg)](https://crates.io/crates/tidwall_geohash) [![version](https://img.shields.io/crates/v/tidwall_geohash.svg)](https://crates.io/crates/tidwall_geohash/) [![documentation](https://docs.rs/tidwall_geohash/badge.svg)](https://docs.rs/tidwall_geohash/) This is a faithful port of the [fantastic Geohash Go package](https://github.com/mmcloughlin/geohash) by [@mmcloughlin](https://github.com/mmcloughlin). ## Documentation Check the API doc at [docs.rs](https://docs.rs/tidwall_geohash/) ## Contact Josh Baker [@tidwall](https://twitter.com/tidwall) ## License Source code is available under the [MIT License](LICENSE)