The `data-url` crate does not implement `std::error::Error` (and thus no human readable formatting) for the following errors in that crate: - `DecodeError` - `DataUrlError` - `MimeParsingError` Is there any reason for this? If not I would be glad to submit a PR.