docs: add Rust SDK (a2a-rs) reference to README#1863
Open
TanmayZade wants to merge 3 commits into
Open
Conversation
ddd52b7 to
d548a89
Compare
msampathkumar
approved these changes
May 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add the official Rust SDK (a2aproject/a2a-rs) to the Getting Started > Use the SDKs section of the README.
Closes #1862
Details
The
a2a-rsworkspace is the official Rust implementation of the A2A v1 protocol, maintained under thea2aprojectGitHub organization. It is published on crates.io asa2a-lfand includes:a2a)a2a-client)a2a-server)a2a-grpc)a2a-pb)Despite being an official SDK, it was missing from the README's SDK listing. This PR adds it alongside the existing Python, Go, JS, Java, and .NET SDKs.
Changes
README.md: Added🦀 A2A Rust SDKentry with link toa2aproject/a2a-rsand install commandcargo add a2a-lf