rust 的命名方式与go的一致 在go中以 `go-*` 命名的库可以换成 `rust-* `在该仓库里找 * `multi*` 库集合 - [x] multihash (use `parity-multihash`) - [x] multibase (only `base10` is not currently supported) * `ipld-*` 库集合 - [x] cbor -> 提供 cborcid 支持序列化 - [x] format * ipfs 主体库 - [x] block-format - [x] cid -> cid 主体实现 - [x] hamt - [x] amt - [ ] datastore
rust 的命名方式与go的一致
在go中以
go-*命名的库可以换成rust-*在该仓库里找multi*库集合parity-multihash)base10is not currently supported)ipld-*库集合