commit | ac12c1d85af64f436a2971fa2d25007f05469d38 | [log] [tgz] |
---|---|---|
author | Volker Mische <volker.mische@gmail.com> | Fri Oct 02 18:51:25 2020 +0200 |
committer | Volker Mische <volker.mische@gmail.com> | Fri Oct 02 19:21:26 2020 +0200 |
tree | 5ac1b9783a51c97737d2f7e85ed9e9ca5f0cf3fc | |
parent | a2b6f30631bfd45a0ffdc78a9aa7e12c2b809f1e [diff] |
fix: rename `Multicodec` to `IpldCodec` The word `Multicodec` describes a table of codes for all sorts of things. It describes IPLD Codecs as well as Multihashes. The central enum of this crate is about IPLD Codecs, hence `IpldCodec` is a better name. BREAKING CHANGE: The `Multicodec` enum is now called `IpldCodec`. Fixes #56.
Basic rust ipld library supporting
dag-cbor
,dag-json
anddag-pb
formats.
Dual licensed under MIT or Apache License (Version 2.0). See LICENSE-MIT and LICENSE-APACHE for more details.