multiformats / rust-cid

CID in rust
86 stars 49 forks source link

Free `Arbitrary` implementation from codetable #141

Closed vmx closed 1 year ago

vmx commented 1 year ago

Once https://github.com/multiformats/rust-cid/pull/140 is merged, only the Arbitrary implementations require the multihash-codetable. That's quite a big dependency, hence it would make sense to hard-code the codec and use the sha2 crate directly.

This way multihash-codetable can be moved into the dev-dependency section.

Lawere commented 1 year ago