geohasher 0.1.4

Simple geohash encode/decode functions without any dependencies.
Documentation
[[bin]]
name = "main"
path = "src/bin/main.rs"

[dependencies]

[lib]
name = "geohasher"
path = "src/lib.rs"

[package]
authors = ["Conor Brady <con.brad@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["algorithms", "science::geo"]
description = "Simple geohash encode/decode functions without any dependencies."
documentation = "https://docs.rs/geohasher/"
edition = "2021"
keywords = ["geohash", "geospatial", "gis"]
license = "Apache-2.0"
name = "geohasher"
readme = "README.md"
repository = "https://github.com/conbrad/geohasher"
version = "0.1.4"