From 22428124800d61bfaa0162f87f0ede5037c2a71b Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Tue, 26 Nov 2024 22:50:54 +0100 Subject: [PATCH] Replace libipld with ipld-core The Rust IPLD implementation libipld is going to be deprecated https://github.com/ipld/libipld/pull/198. Use ipld-core instead. --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index 71c511b..ba13195 100644 --- a/index.html +++ b/index.html @@ -104,8 +104,7 @@

Implementations

wrapper around Rust, focused on the ATmosphere.
  • - libipld (Rust): fast Rust implementation, extracted - from the original ipfs-rust project. + ipld-cored (Rust): fast Rust implementation.
  • rust_cid_npm (Rust): Fast and tiny rust