json-ld icon indicating copy to clipboard operation
json-ld copied to clipboard

Implement `std::error::Error` for error types

Open damooo opened this issue 1 year ago • 0 comments

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.

damooo avatar Nov 06 '23 16:11 damooo