Expand description
JSON-RPC 2.0 method dispatch. Transport-agnostic.
No string-literal matching. Every wire method name is registered
exactly once in Method::ALL. The compiler enforces that every
variant has a handler via exhaustive match.
Structs§
- RpcDispatcher
- Per-connection dispatcher. Shared state lives in
RpcContext.
Enums§
Constants§
- RPC_
PROTOCOL_ VERSION - Wire protocol version. Bump on breaking changes.