From d4c01f2136da88b3ae39528649663152bfa55500 Mon Sep 17 00:00:00 2001 From: Dominik Roos Date: Fri, 27 Mar 2026 20:31:04 +0100 Subject: [PATCH] Add `anthropics/connect-rust` Add https://github.com/anthropics/connect-rust as a third-party implementation of the connect runtime in Rust Signed-off-by: Dominik Roos --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4b20730..fe54351 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,11 @@ Third-party * [Connect-Kotlin](https://github.com/connectrpc/connect-kotlin) - The Connect RPC runtime for Kotlin. * 📝 [Announcing Connect-Kotlin](https://buf.build/blog/announcing-connect-kotlin) - Connect-Kotlin launch blog post. +## Rust + +Third-party +* [Connect-Rust](https://github.com/anthropics/connect-rust) - Connect RPC runtime for Rust. + ## Swift * [Connect-Swift](https://github.com/connectrpc/connect-swift) - The Connect RPC runtime for Swift.