Expand description

This is an internal crate that implements the actual MultihashDigest derive.

The multihash-derive crate acts as a facade and defines additional symbols that our derive depends on. For example, the actual trait that we are deriving MultihashDigest, as well as the Hasher trait and the UnsupportedCode error type.

Derive Macros