Crate ecksport_rpc

Source

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.