Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
google
/
tarpc
Public
Notifications
You must be signed in to change notification settings
Fork
229
Star
3.7k
Code
Issues
44
Pull requests
14
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Add anymap to context
- #541
#541
Closed
axos88
wants to merge 16 commits into
google:main
google/tarpc:main
from
axos88:add-anymap-to-context
axos88/tarpc:add-anymap-to-context
Copy head branch name to clipboard
Conversation
Commits
16
(16)
Checks
Files changed
Closed
Add anymap to context
#541
axos88
wants to merge 16 commits into
google:main
google/tarpc:main
from
axos88:add-anymap-to-context
axos88/tarpc:add-anymap-to-context
Copy head branch name to clipboard
Commits
Commits on Nov 16, 2025
make context ref mut
axos88
committed
4697c13
View commit details
Copy full SHA for 4697c13
Browse repository at this point
Commits on Nov 23, 2025
run cargo fmt
axos88
committed
1b605a3
View commit details
Copy full SHA for 1b605a3
Browse repository at this point
cargo clippy
axos88
committed
02ca335
View commit details
Copy full SHA for 02ca335
Browse repository at this point
separate context into shared, client and server contexts. only transmit shared context between client and server
axos88
committed
8e1dce4
View commit details
Copy full SHA for 8e1dce4
Browse repository at this point
allow transports to see and manipulate client and server contexts.
axos88
committed
d1afa2c
View commit details
Copy full SHA for d1afa2c
Browse repository at this point
run cargo fmt
axos88
committed
97d0a37
View commit details
Copy full SHA for 97d0a37
Browse repository at this point
run cargo clippy
axos88
committed
15b84e4
View commit details
Copy full SHA for 15b84e4
Browse repository at this point
Commits on Nov 24, 2025
simplify api
axos88
committed
117ae57
View commit details
Copy full SHA for 117ae57
Browse repository at this point
Commits on Nov 25, 2025
allow transport to access server context on response as well
axos88
committed
b2eb13b
View commit details
Copy full SHA for b2eb13b
Browse repository at this point
allow server to mutate shared context
axos88
committed
54b8fe8
View commit details
Copy full SHA for 54b8fe8
Browse repository at this point
fix typo
axos88
committed
6ded9ed
View commit details
Copy full SHA for 6ded9ed
Browse repository at this point
add extensions to client and server context
axos88
committed
86eec80
View commit details
Copy full SHA for 86eec80
Browse repository at this point
run cargo fmt and clippy
axos88
committed
db08964
View commit details
Copy full SHA for db08964
Browse repository at this point
Commits on Nov 26, 2025
make servertransport generic, defined by the service implementation.
axos88
committed
0562011
View commit details
Copy full SHA for 0562011
Browse repository at this point
remove servercontext entirely
axos88
committed
d18a7ad
View commit details
Copy full SHA for d18a7ad
Browse repository at this point
make clientContext generic as well
axos88
committed
41a9d05
View commit details
Copy full SHA for 41a9d05
Browse repository at this point
You can’t perform that action at this time.