Re-exports§
pub extern crate paste;
Modules§
- builder
- client
- Client call/response patterns.
- constants
- endpoint
- errors
- RPC error types
- executor
- Receives events from a worker and spawns tasks to execute handlers for it and stuff. Does not handle listening for new connections.
- macros
- prelude
- registry
- rpc_
func - Defines types relating to RPC function patterns.
- server
- RPC server, uses a (set of) registries to expose an interface.
Macros§
- _dp_
client_ handler - _dp_
gen_ rpc_ wrapper - _dp_
server_ traitdef - define_
interface - Expands to a trait definition and a client wrapper shim thingy that makes stuff work.
Functions§
- get_
default_ agent - Gets the default agent name.
- get_
named_ agent - Gets the agent name with an application name specified.