# geohash-tools
A collection of functions to manipulate GeoHashes.
![docs.rs](https://img.shields.io/docsrs/geohash-tools)
![Crates.io](https://img.shields.io/crates/v/geohash-tools)
## Features
- [x] General GeoHash runes
- [x] General static / constant accessors calculated at compile-time
- [x] GeoHash to Integer → Integer to GeoHash
## License
Licensed under the MIT License ([LICENSE-MIT](LICENSE.md) or http://opensource.org/licenses/MIT)
## Origin
A previously private, integrated set of functions re-packaged into a Open-Source library as of [Hacktoberfest 2022](https://hacktoberfest.com/).