diff --git a/data/implementations/discovery.json b/data/implementations/discovery.json index 635d1fe..e074e22 100644 --- a/data/implementations/discovery.json +++ b/data/implementations/discovery.json @@ -11,7 +11,8 @@ "url": "https://github.com/ipfs/go-ipfs/blob/master/core/bootstrap/bootstrap.go" }, "Rust": { - "status": "Missing" + "status": "Done", + "url": "https://github.com/libp2p/rust-libp2p/tree/master/protocols/kad" }, "JavaScript (Node)": { "status": "Done", @@ -55,7 +56,7 @@ "url": "https://github.com/libp2p/go-libp2p-kad-dht" }, "Rust": { - "status": "Usable", + "status": "Done", "url": "https://github.com/libp2p/rust-libp2p/tree/master/protocols/kad" }, "JavaScript (Node)": { diff --git a/data/implementations/others.json b/data/implementations/others.json index 85bd1ca..472cf94 100644 --- a/data/implementations/others.json +++ b/data/implementations/others.json @@ -10,7 +10,7 @@ "url": "https://github.com/libp2p/go-floodsub" }, "Rust": { - "status": "Usable", + "status": "Done", "url": "https://github.com/libp2p/rust-libp2p/tree/master/protocols/floodsub" }, "JavaScript (Node)": { diff --git a/data/implementations/transports.json b/data/implementations/transports.json index 95f12d7..6f8e2cc 100644 --- a/data/implementations/transports.json +++ b/data/implementations/transports.json @@ -58,7 +58,7 @@ "url": "https://github.com/libp2p/go-libp2p/tree/master/p2p/transport/quic" }, "Rust": { - "status": "Usable", + "status": "Done", "url": "https://github.com/libp2p/rust-libp2p/tree/master/transports/quic" }, "JavaScript (Node)": { @@ -102,6 +102,10 @@ "status": "Done", "url": "https://github.com/libp2p/rust-libp2p/tree/master/transports/websocket" }, + "Rust (Browser)": { + "status": "Done", + "url": "https://github.com/libp2p/rust-libp2p/tree/master/transports/wasm-ext" + }, "JavaScript (Node)": { "status": "Done", "url": "https://github.com/libp2p/js-libp2p/tree/master/packages/transport-websockets" @@ -148,6 +152,10 @@ "Rust": { "status": "Missing" }, + "Rust (Browser)": { + "status": "Done", + "url": "https://github.com/libp2p/rust-libp2p/tree/master/transports/webtransport-websys" + }, "JavaScript (Node)": { "status": "Unimplementable" }, @@ -190,6 +198,10 @@ "status": "Done", "url": "https://github.com/libp2p/rust-libp2p/tree/master/transports/webrtc" }, + "Rust (Browser)": { + "status": "Usable", + "url": "https://github.com/libp2p/rust-libp2p/tree/master/transports/webrtc-websys" + }, "JavaScript (Node)": { "status": "Done", "url": "https://github.com/libp2p/js-libp2p/tree/master/packages/transport-webrtc"