-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removed unnecessary lifetimes #153
Conversation
I haven't fully read through the diff yet but this looks awesome and I'm really excited for this. (With the caveat that I don't know C FFI well enough to know if there's any relation between removing named lifetimes and FFI safety). In geoarrow-rs I've struggled around GEOS lifetimes a decent amount with conversions to/from geoarrow. |
Looks good to me, thanks a lot! Please run |
Gonna make a new release "soon". |
We are using geos for a university project. Please make it more "soon". |
If it's really so urgent you can patch your dependency. |
For faster things, you can sponsor me. Otherwise, please be patient or follow @michaelkirk great advice. |
Alright. |
Released the new |
We can remove a lot of lifetime definitions thanks to georust/geos#153
Fixes #152 and
2) Lifetimes
part of #141