json-ld
json-ld copied to clipboard
Implement `std::error::Error` for error types
json_ld
crate has many error types. But they doesn't implement stf::error::Error
trait. That trait allows easy integration with the ecosystem, like ability to use anyhow
, or many interfaces that requires the trait or boxed trait object of the trait.
Thanks for great work.