ellenhp / airmail

Lightweight geocoder in pure Rust
https://airmail.rs/
Apache License 2.0
292 stars 3 forks source link

Please add binary release for win/mac/linux, so end users can experiemnt before diving deeper #6

Open anborg opened 5 months ago

ellenhp commented 5 months ago

I'll work on getting docker images up when I get something that I'm a little bit less ashamed of. For now, it's very difficult to follow along with the work that I'm doing because I'm ripping things apart and rebuilding them every few days.

Just as a thing to note, querying a remote index will only work on Linux, and that's unlikely to ever change because I decided to use userfaultfd to lazy-load the index, and that's a linux kernel feature.

That said, docker images are a super reasonable ask and I'll work on getting those up in the near-ish future. :)