georust / geos

Rust bindings for GEOS
https://docs.rs/geos/
MIT License
122 stars 42 forks source link

Start binding GEOSContextHandle type #33

Closed GuillaumeGomez closed 5 years ago

mthh commented 5 years ago

Oh great ! I really had troubles when I tried to bind GEOSContext_setNoticeMessageHandler_r / GEOSContext_setErrorMessageHandler_r. I will learn from your example for sure !

GuillaumeGomez commented 5 years ago

I just thought that those two functions could have closures will the same lifetime as the object instead of 'static. That could be interesting.

GuillaumeGomez commented 5 years ago

Oh and travis has some weird lazy failures...

GuillaumeGomez commented 5 years ago

Okay, should be ready now!

GuillaumeGomez commented 5 years ago

Anything else I should change?

GuillaumeGomez commented 5 years ago

Updated.