georust / proj

Rust bindings for the latest stable release of PROJ
https://docs.rs/proj
Apache License 2.0
137 stars 45 forks source link

Add Debug implementation for proj::Proj #72

Closed frewsxcv closed 3 years ago

frewsxcv commented 3 years ago

Closes https://github.com/georust/proj/issues/64

urschrei commented 3 years ago

This is great, thanks for catching the potential null pointer deref. Are you happy for this to merge as-is?