Releases: georust/geohash
Releases · georust/geohash
0.8.0 Release
Changed:
- Remove unwrap from core functions to avoid panics
- Core functions now returns
Result
instead of bare result - Core functions now validates input for invalid coordinate or hash string
- Doc improvement
- Updated geotypes to 0.2, reexport
Coordinate
andRect