The current error handling provides poor reporting. For example any error within Multihash or Multibase just lead to an Error::ParsingError without much further information.
I propose using https://crates.io/crates/thiserror, so that we can nest the actual underlying error.