Corey Farwell
Corey Farwell
For anyone who wants to work around this: ``` cargo install --git https://github.com/MonterraByte/cargo-outdated.git --branch cargo-update ``` via https://github.com/kbknapp/cargo-outdated/pull/403
@gauteh I'm going to convert this to a draft until the comments and merge conflicts are addressed
Development seems to have stalled on this, so I'm going to close this pull request. @gauteh If you get around to resuming work on this, please reopen!
Sounds great to me!
https://github.com/georust/geo/pull/1356
This was done
Relevant discussion also happening in #16
So going back to earlier discussions in this thread, we should clarify `Point` vs. ~`Polygon`~ `Coordinate`. Right now for example, we represent `LineString` as a `Vec`. I think this should...
Can you share code that you're trying to get to compile, that is not possible?
> For native you need to set up FS caches, read data and configs from disc etc. It is usually just much easier to have two separate crates for those...