pchampin / sophia_rs

Sophia: a Rust toolkit for RDF and Linked Data
Other
214 stars 23 forks source link

Remove error chain #36

Closed MattesWhite closed 4 years ago

MattesWhite commented 4 years ago

Finally, the last remains of error-chain are removed from sophia.

The last uses of sophia::error::Error where in sophia::serializer. There it only coverd io::Errors, so this was set as the new error type.

There shouldn't be any conflicts with #35.