We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3827170 commit a4f38c2Copy full SHA for a4f38c2
hermes/bin/src/runtime_extensions/hermes/doc_sync/host.rs
@@ -29,6 +29,7 @@ const SHA2_256_CODE: u64 = 0x12;
29
/// See: <https://github.com/ipld/cid-cbor/>
30
const CID_CBOR_TAG: u64 = 42;
31
32
+/// Wrapper for `hermes_ipfs::Cid` to implement `minicbor::Encode` for it.
33
struct Cid(hermes_ipfs::Cid);
34
35
impl minicbor::Encode<()> for Cid {
0 commit comments