runtime crate
Provides the core infrastructure for asynchronous RPC, including:
Runtime: manages message dispatch and executor registration.CONTEXT: task-local RPC context for client and server execution.- Traits:
MessageHandlerandTypeInfofor defining handlers. - Message definitions and serialization utilities.