A libp2p-based RPC framework inspired by Go's net/rpc, with context support and streaming.
go get github.com/libp2p/go-libp2p-gorpcNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Register a simple RPC service on a libp2p host.
Ensure exported methods follow the pattern: func (t *T) Method(ctx context.Context, arg T1, reply *T2) error.
No dependency data recorded yet.