gx0r / rrgeo

A fast, offline, reverse geocoder
Apache License 2.0
122 stars 10 forks source link

Release in crates #4

Closed octplane closed 4 years ago

octplane commented 7 years ago

Hello,

could it be possible for you to release the "api" to crates.io?

Thanks for your code!

gx0r commented 7 years ago

That would be nice. I haven't had time yet, unfortunately, but feel free to submit a PR!

naturallymitchell commented 5 years ago

...feel free to submit a PR

It's something only you can do. It'll only take a couple min: Publishing on crates.io.

teovoinea commented 4 years ago

Hi @llambda, just wanted to bring this back up. Like @naturallymitchell said it only takes a couple minutes to publish to crates.io. It's blocking other crates that want to publish because you can't publish crates that depend on crates from git repos.

All you need is cargo login {YOUR_KEY} and cargo publish 😄

gx0r commented 4 years ago

Thanks, I will do that, and I was not aware other crates were wanting to publish based off this.

teovoinea commented 4 years ago

I'm using it in my podium project: https://github.com/teovoinea/podium

In the interest of privacy I wanted an offline reverse geocoder for location metadata found in images.

gx0r commented 4 years ago

Released: