rogue-runtime 0.1.0

Async RPC Runtime
Documentation

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: MessageHandler and TypeInfo for defining handlers.
  • Message definitions and serialization utilities.