Expand description
Remote Procedure Call (RPC) Framework
High-level RPC abstraction built on top of the IPC system.
Provides method-based RPC with service discovery and marshaling.
Structs§
- RpcClient
- RPC client for making remote calls
- RpcError
- RPC error
- RpcRegistry
- RPC service registry for discovery
- RpcServer
- RPC server for handling incoming calls
Enums§
- RpcMessage
Type - RPC message types
Traits§
- RpcService
- RPC service handler trait
Functions§
- get_
registry - Get global RPC registry
- init
- Initialize RPC framework