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
Right now I have to add serde_json as a dependency to my project just to wrap the serde_json::error::Error error returned by GeoJson::from_reader into my own error. It would be convenient if that error type were exposed in the public interface, similarly to what was done in #185.
The text was updated successfully, but these errors were encountered:
Right now I have to add
serde_json
as a dependency to my project just to wrap theserde_json::error::Error
error returned byGeoJson::from_reader
into my own error. It would be convenient if that error type were exposed in the public interface, similarly to what was done in #185.The text was updated successfully, but these errors were encountered: