You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a first attempt at solving #183 but the doctest segfaults 😕 .
Does anyone have guidance here?
```
running 1 test
Test executable failed (signal: 11 (SIGSEGV)).
test src/proj.rs - proj::Proj::to_projjson (line 1068) ... FAILED
failures:
failures:
src/proj.rs - proj::Proj::to_projjson (line 1068)
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 23 filtered out; finished in 0.31s
```
---------
Co-authored-by: Stephan Hügel <[email protected]>
Relevant functions:
proj_as_projjson
proj_as_wkt
Would the right place to put these be as methods on the
Proj
struct?The text was updated successfully, but these errors were encountered: