5 releases
0.1.3 | Oct 23, 2022 |
---|---|
0.1.2 | Oct 23, 2022 |
0.1.1 | Oct 23, 2022 |
0.1.0 | Oct 23, 2022 |
0.0.0 | Oct 23, 2022 |
#2310 in Algorithms
7KB
71 lines
geohash-tools
A collection of functions to manipulate GeoHashes.
Features
- General GeoHash runes
- General static / constant accessors calculated at compile-time
- [x] GeoHash to Integer → Integer to GeoHash
License
Licensed under the MIT License (LICENSE-MIT 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.
lib.rs
:
geohash-tools
geohash-tools is a collection of functions for manipulating GeoHashes in Rust.
You can find more about geohash algorithm on Wikipedia.
Dependencies
~0.6–1.1MB
~25K SLoC