From de23e5e9c77c0edaf64cd71d8233485ef73f3941 Mon Sep 17 00:00:00 2001 From: TMoMoreau Date: Wed, 25 Jan 2023 15:56:01 -0500 Subject: [PATCH] Update list of IPFS implementations. --- docs/concepts/ipfs-implementations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/ipfs-implementations.md b/docs/concepts/ipfs-implementations.md index ccdfd7a45..0de474f1d 100644 --- a/docs/concepts/ipfs-implementations.md +++ b/docs/concepts/ipfs-implementations.md @@ -33,5 +33,5 @@ Relevant specifications are listed in [ipfs/specs](https://github.com/ipfs/specs | Linux2ipfs | | go | Small pipeline and extreme-performance oriented implementation to upload files and deltas to pinning services very fast. | | Lotus | | go | Filecoin node handling consensus, storage providing, making storage deals, importing data, ... | | py-ipfs | | python | Python IPFS implementation. | -| rust-ipfs | | rust | Rust IPFS implementation. | +| rust-ipfs | | rust | **No longer being maintained.** Rust IPFS implementation. | | whypfs | | go | Daemon based on the same building blocks as Kubo but with some options tweaking for more performance. |